We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cf80e commit f531c5bCopy full SHA for f531c5b
1 file changed
app/src/main/java/com/tool/tree/ActionPage.kt
@@ -32,6 +32,8 @@ import kotlinx.coroutines.Dispatchers
32
import kotlinx.coroutines.isActive
33
import kotlinx.coroutines.launch
34
import kotlinx.coroutines.withContext
35
+import kotlinx.coroutines.async
36
+import kotlinx.coroutines.awaitAll
37
38
class ActionPage : AppCompatActivity() {
39
private val progressBarDialog by lazy { ProgressBarDialog(this) }
0 commit comments