Skip to content

Commit da53f74

Browse files
committed
fix: taskDialogInfo when consequent threads
1 parent f4acd71 commit da53f74

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class MergeHandler(private val context: Context) {
9090
val mergeHandler = MergeHandler(context)
9191
withContext(Dispatchers.Main) {
9292
tab.taskDialog.showTaskDialog = true
93+
tab.taskDialog.taskDialogInfo = context.getString(R.string.merging_apks)
9394
tab.taskDialog.taskDialogTitle = context.getString(R.string.merging)
9495
tab.taskDialog.taskDialogSubtitle = context.getString(R.string.merging_apks)
9596
tab.taskDialog.showTaskDialogProgressbar = true

0 commit comments

Comments
 (0)