fix: clear files list before populating them again (#301)

Refs: https://github.com/FossifyOrg/File-Manager/issues/76
This commit is contained in:
Naveen Singh
2025-10-28 14:06:03 +05:30
committed by GitHub
parent 0c9892a9e5
commit c12d1d7631
2 changed files with 5 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ class DecompressActivity : SimpleActivity() {
}
private fun setupFilesList() {
allFiles.clear()
fillAllListItems(uri!!) {
updateCurrentPath("")
}