Skip to content

Commit 21c5e33

Browse files
committed
fix: update files list after merging task
1 parent 468897e commit 21c5e33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ fun ApkPreviewDialog(tab: FilesTab) {
173173
tab.taskDialog.taskDialogProgress = 1f
174174
delay(500)
175175
tab.taskDialog.showTaskDialog = false
176+
tab.reloadFiles()
176177
}
177178
},
178179
onError = { errorMessage ->

0 commit comments

Comments
 (0)