mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 12:05:30 +00:00
Fixed using mapping function incorrectly
This commit is contained in:
parent
085ede6d93
commit
870efc49ea
@ -36,7 +36,7 @@ class MagiskRepository(
|
||||
} else {
|
||||
Single.just(it)
|
||||
}
|
||||
}.map { Info.remote = it; it }
|
||||
}.doOnSuccess { Info.remote = it }
|
||||
|
||||
fun fetchApps() =
|
||||
Single.fromCallable { packageManager.getInstalledApplications(0) }
|
||||
|
Loading…
Reference in New Issue
Block a user