Fixed using mapping function incorrectly
This commit is contained in:
parent
085ede6d93
commit
870efc49ea
@ -36,7 +36,7 @@ class MagiskRepository(
|
|||||||
} else {
|
} else {
|
||||||
Single.just(it)
|
Single.just(it)
|
||||||
}
|
}
|
||||||
}.map { Info.remote = it; it }
|
}.doOnSuccess { Info.remote = it }
|
||||||
|
|
||||||
fun fetchApps() =
|
fun fetchApps() =
|
||||||
Single.fromCallable { packageManager.getInstalledApplications(0) }
|
Single.fromCallable { packageManager.getInstalledApplications(0) }
|
||||||
|
Loading…
Reference in New Issue
Block a user