mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-04-25 23:48:53 +02: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();
|
super.onResume();
|
||||||
if (mShowHidden != Config.newInstance(getContext()).getShowHidden()) {
|
if (mShowHidden != Config.newInstance(getContext()).getShowHidden()) {
|
||||||
mShowHidden = !mShowHidden;
|
mShowHidden = !mShowHidden;
|
||||||
|
mStates.remove(mPath);
|
||||||
fillItems();
|
fillItems();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user