mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 16:50:23 +00:00
Restore mistakenly deleted codes
This commit is contained in:
@@ -312,7 +312,7 @@ object RequestTimeout : BaseSettingsItem.Selector() {
|
|||||||
|
|
||||||
override var value = selected
|
override var value = selected
|
||||||
set(value) = setV(value, field, { field = it }) {
|
set(value) = setV(value, field, { field = it }) {
|
||||||
Config.suDefaultTimeout = it
|
Config.suDefaultTimeout = entryValues[it].toInt()
|
||||||
}
|
}
|
||||||
|
|
||||||
private val selected: Int
|
private val selected: Int
|
||||||
|
Reference in New Issue
Block a user