Do not flicker when pressing back arrow

This commit is contained in:
ByteHamster 2018-02-05 00:16:07 +01:00
parent 8feb6e087f
commit 301bf782a1
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ public class QueueFragment extends Fragment {
@Override
public void onResume() {
super.onResume();
recyclerView.setAdapter(recyclerAdapter);
loadItems(true);
EventDistributor.getInstance().register(contentUpdate);
EventBus.getDefault().registerSticky(this);