reset the scroll state at toggling displaying hidden items

This commit is contained in:
tibbi 2016-10-16 19:58:13 +02:00
parent 82018feee6
commit 86126e48c2

View file

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