Fix MainActivity.kt

不知道理解的对不对,第244行好像是打错了?
pull/425/head
邓晖 2 years ago committed by GitHub
parent f76aa37169
commit 86d4081d03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/src/main/java/com/lizongying/mytv/MainActivity.kt

@ -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…
Cancel
Save