The adapter of the ForumListFragment has been changed into a BriarRecyclerView and all its code has been adapted and simplified accordingly.
ForumListFragment
BriarRecyclerView
All UI of the forum list is now defined in XML layouts. This enabled me to move the snackbar into onCreate().
Before:
After: