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