parent
f76aa37169
commit
86d4081d03
|
@ -241,7 +241,7 @@ class MainActivity : FragmentActivity() {
|
|||
|
||||
fun saveBootStartup(bootStartup: Boolean) {
|
||||
with(sharedPref.edit()) {
|
||||
putBoolean(CHANNEL_NUM, channelNum)
|
||||
putBoolean(BOOT_STARTUP, bootStartup)
|
||||
apply()
|
||||
}
|
||||
this.bootStartup = bootStartup
|
||||
|
|
Loading…
Reference in New Issue