Commit 870efc49 authored by Viktor De Pasquale's avatar Viktor De Pasquale Committed by John Wu

Fixed using mapping function incorrectly

parent 085ede6d
......@@ -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) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment