reset the scroll state at toggling displaying hidden items
This commit is contained in:
parent
82018feee6
commit
86126e48c2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue