Updating dependencies caused weird RecycleView bug
When you open the app, the loading icon appears for a bit, then goes away. When it goes away, the background stays blank - nothing is actually loaded into the RecyclerView (probably the inner one w/ the actual list). Switching tabs such that the inner recyclerview is unloaded and recreated (I think that's how it's set up? I truly don't know though) causes it to fix itself. I know that the inner FacilityListFragment is being loaded because pull-to-refresh works.
Best guess at a cause is something funky going on with the FacilityListAdapter.