mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-31 03:57:53 +00:00
Added loaders to superuser and hide
This commit is contained in:
@@ -47,6 +47,7 @@ class HideViewModel(
|
||||
.toList()
|
||||
.map { it.sort() }
|
||||
.map { it to items.calculateDiff(it) }
|
||||
.applyViewModel(this)
|
||||
.subscribeK {
|
||||
items.update(it.first, it.second)
|
||||
query()
|
||||
|
||||
Reference in New Issue
Block a user