mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 14:28:28 +00:00
Restore mistakenly deleted codes
This commit is contained in:
parent
04c53c3578
commit
20be99ec8a
@ -312,7 +312,7 @@ object RequestTimeout : BaseSettingsItem.Selector() {
|
||||
|
||||
override var value = selected
|
||||
set(value) = setV(value, field, { field = it }) {
|
||||
Config.suDefaultTimeout = it
|
||||
Config.suDefaultTimeout = entryValues[it].toInt()
|
||||
}
|
||||
|
||||
private val selected: Int
|
||||
|
Loading…
x
Reference in New Issue
Block a user