mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-02-16 20:00:36 +01:00
reset the scroll state at toggling displaying hidden items
This commit is contained in:
parent
82018feee6
commit
86126e48c2
@ -102,6 +102,7 @@ public class ItemsFragment extends android.support.v4.app.Fragment
|
||||
super.onResume();
|
||||
if (mShowHidden != Config.newInstance(getContext()).getShowHidden()) {
|
||||
mShowHidden = !mShowHidden;
|
||||
mStates.remove(mPath);
|
||||
fillItems();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user