mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 01:13:58 +00:00
Update MainActivity.kt
This commit is contained in:
@@ -248,6 +248,7 @@ class MainActivity : AppCompatActivity() {
|
||||
}
|
||||
}
|
||||
}
|
||||
GlobalScope.launch(Dispatchers.IO) {
|
||||
val index = Helper.downloadManager(this@MainActivity).downloadIndex
|
||||
val downloadCursor = index.getDownloads()
|
||||
while (downloadCursor.moveToNext()) {
|
||||
|
||||
Reference in New Issue
Block a user