mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-20 10:23:30 -04:00
+ show endless progressbar only during mediastore query
This commit is contained in:
parent
5265cc5fca
commit
2c4df555d7
@ -146,6 +146,7 @@ public class ZimFileSelectActivity extends FragmentActivity
|
||||
mCursorAdapter.swapCursor(cursor);
|
||||
// Done here to avoid that shown while loading.
|
||||
mZimFileList.setEmptyView(findViewById(R.id.zimfilelist_nozimfilesfound_view));
|
||||
setProgressBarIndeterminateVisibility(false);
|
||||
mCursorAdapter.notifyDataSetChanged();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user