+ show endless progressbar only during mediastore query

This commit is contained in:
kelson42 2013-12-06 16:52:56 +01:00
parent 5265cc5fca
commit 2c4df555d7

View File

@ -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();
}