AntennaPod/app/src
Anderson Mesquita 8e95ed75ab Fix recycler and empty view hide/show logic
The `emptyViewHandler` already handles hiding and showing both the empty
view and the recycler view on data changes, so this commit removes this
part of the logic from the episodes fragment.

It also hides the empty view right after creating the recycle adapter
for the first time (when the fragment is created) to prevent the
progress bar and the empty view from being displayed at the same time.

`createRecycleAdapter()` signature was changed to make it explicit that
it depends on both the `recyclerView` and `emptyViewHandler`. Similarly,
`onFragmentLoaded()`, since it also depends on the new data that gets
loaded.
2019-06-24 09:32:06 -04:00
..
androidTest Added test for shutdown/widget updater race in PSTM 2019-05-21 18:36:04 -04:00
debug/res/values Use different name for debug builds 2017-10-21 23:37:03 +02:00
free Added authentication and episode filter dialogs 2019-06-14 10:34:55 +02:00
main Fix recycler and empty view hide/show logic 2019-06-24 09:32:06 -04:00
play Restructured preferences code 2019-06-13 23:12:41 +02:00