mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Fix for #318
This commit is contained in:
parent
4794eedd69
commit
99126c32df
@ -272,10 +272,12 @@ public class LibraryAdapter extends ArrayAdapter<Book> {
|
||||
LibraryAdapter.this.addAll(filtered);
|
||||
}
|
||||
notifyDataSetChanged();
|
||||
if (mActivity.mSectionsPagerAdapter.libraryFragment.progressBarLayout != null) {
|
||||
mActivity.mSectionsPagerAdapter.libraryFragment.progressBarLayout.setVisibility(View.GONE);
|
||||
mActivity.mSectionsPagerAdapter.libraryFragment.libraryList.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Filter getFilter() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user