Fix extensions showing in installed ext list after installing

This commit is contained in:
Jays2Kings 2022-05-04 02:17:07 -04:00
parent ffb7b44f76
commit 8e5d3016b6

View file

@ -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