File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/src/main/kotlin/org/fossify/filemanager/activities Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88
99### Changed
10-
1110- Compatibility updates for Android 15 & 16
1211
12+ ### Fixed
13+ - Fixed duplicated entries when viewing protected ZIP files ([ #76 ] )
14+
1315## [ 1.3.1] - 2025-10-02
1416### Changed
1517- Updated translations
@@ -89,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8991
9092[ #27 ] : https://github.com/FossifyOrg/File-Manager/issues/27
9193[ #37 ] : https://github.com/FossifyOrg/File-Manager/issues/37
94+ [ #76 ] : https://github.com/FossifyOrg/File-Manager/issues/76
9295[ #80 ] : https://github.com/FossifyOrg/File-Manager/issues/80
9396[ #85 ] : https://github.com/FossifyOrg/File-Manager/issues/85
9497[ #95 ] : https://github.com/FossifyOrg/File-Manager/issues/95
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ class DecompressActivity : SimpleActivity() {
9898 }
9999
100100 private fun setupFilesList () {
101+ allFiles.clear()
101102 fillAllListItems(uri!! ) {
102103 updateCurrentPath(" " )
103104 }
You can’t perform that action at this time.
0 commit comments