mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01:00
Remember show system app toggle in MagiskHide list
This commit is contained in:
parent
15866cfba9
commit
c7044b0d20
@ -4,6 +4,7 @@ import android.content.pm.ApplicationInfo
|
||||
import androidx.databinding.Bindable
|
||||
import androidx.lifecycle.viewModelScope
|
||||
import com.topjohnwu.magisk.BR
|
||||
import com.topjohnwu.magisk.core.Config
|
||||
import com.topjohnwu.magisk.core.utils.currentLocale
|
||||
import com.topjohnwu.magisk.data.repository.MagiskRepository
|
||||
import com.topjohnwu.magisk.model.entity.HideAppInfo
|
||||
@ -28,8 +29,9 @@ class HideViewModel(
|
||||
override val queryDelay = 1000L
|
||||
|
||||
@get:Bindable
|
||||
var isShowSystem = false
|
||||
var isShowSystem = Config.showSystemApp
|
||||
set(value) = set(value, field, { field = it }, BR.showSystem){
|
||||
Config.showSystemApp = it
|
||||
submitQuery()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user