mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix extensions showing in installed ext list after installing
This commit is contained in:
parent
ffb7b44f76
commit
8e5d3016b6
1 changed files with 0 additions and 2 deletions
|
@ -25,7 +25,6 @@ import kotlinx.coroutines.Dispatchers
|
|||
import kotlinx.coroutines.async
|
||||
import kotlinx.coroutines.awaitAll
|
||||
import kotlinx.coroutines.flow.collect
|
||||
import kotlinx.coroutines.flow.drop
|
||||
import kotlinx.coroutines.flow.launchIn
|
||||
import kotlinx.coroutines.launch
|
||||
import kotlinx.coroutines.withContext
|
||||
|
@ -97,7 +96,6 @@ class ExtensionBottomPresenter(
|
|||
}
|
||||
presenterScope.launch {
|
||||
extensionManager.downloadRelay
|
||||
.drop(3)
|
||||
.collect {
|
||||
if (it.first.startsWith("Finished")) {
|
||||
firstLoad = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue