You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Do not toggle when clicking cards
This commit is contained in:
@@ -179,9 +179,11 @@ class ModuleViewModel(
|
||||
|
||||
override fun refresh(): Job {
|
||||
return viewModelScope.launch {
|
||||
state = State.LOADING
|
||||
loadInstalled()
|
||||
if (itemsRemote.isEmpty())
|
||||
loadRemote()
|
||||
state = State.LOADED
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user