Do not show loading indicator on rotation change
This commit is contained in:
parent
d987bb7dc6
commit
62f2cf9b68
|
@ -221,6 +221,7 @@ public class ItemFragment extends Fragment {
|
|||
EventDistributor.getInstance().register(contentUpdate);
|
||||
EventBus.getDefault().registerSticky(this);
|
||||
if(itemsLoaded) {
|
||||
progbarLoading.setVisibility(View.GONE);
|
||||
updateAppearance();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue