Skip to content

Commit fb9cf31

Browse files
committed
exit selection mode when reloading files
1 parent 5ceabfe commit fb9cf31

File tree

1 file changed

+2
-0
lines changed
  • app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files

1 file changed

+2
-0
lines changed

app/src/main/java/com/raival/compose/file/explorer/screen/main/tab/files/FilesTab.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ class FilesTab(
268268
if (selectedFiles.isEmpty()) lastSelectedFileIndex = -1
269269
}
270270

271+
showMoreOptionsButton = selectedFiles.size > 0
272+
271273
activeFolder = item
272274

273275
showEmptyRecycleBin = activeFolder.hasParent(globalClass.recycleBinDir)

0 commit comments

Comments
 (0)