bootStartup->false
This commit is contained in:
parent
46b4df1306
commit
e2145f8d0d
|
@ -35,8 +35,7 @@ object SP {
|
|||
set(value) = sp.edit().putBoolean(KEY_CHANNEL_NUM, value).apply()
|
||||
|
||||
var bootStartup: Boolean
|
||||
// TODO It‘s more friendly to change the default value to false
|
||||
get() = sp.getBoolean(KEY_BOOT_STARTUP, true)
|
||||
get() = sp.getBoolean(KEY_BOOT_STARTUP, false)
|
||||
set(value) = sp.edit().putBoolean(KEY_BOOT_STARTUP, value).apply()
|
||||
|
||||
var itemPosition: Int
|
||||
|
|
Loading…
Reference in New Issue