Skip to content

Commit 86126e4

Browse files
committed
reset the scroll state at toggling displaying hidden items
1 parent 82018fe commit 86126e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/simplemobiletools/filemanager/fragments/ItemsFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public void onResume() {
102102
super.onResume();
103103
if (mShowHidden != Config.newInstance(getContext()).getShowHidden()) {
104104
mShowHidden = !mShowHidden;
105+
mStates.remove(mPath);
105106
fillItems();
106107
}
107108
}

0 commit comments

Comments
 (0)