mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-07 14:51:55 +00:00
Allow modifying denylist without enforcement
This commit is contained in:
@@ -277,7 +277,6 @@ object DenyList : BaseSettingsItem.Toggle() {
|
||||
if (result.isSuccess) Config.denyList = it
|
||||
else field = !it
|
||||
}
|
||||
DenyListConfig.isEnabled = it
|
||||
}
|
||||
|
||||
override fun refresh() {
|
||||
|
||||
Reference in New Issue
Block a user