Merge pull request #111 from Mupceet/develop

fix: default theme summary not change
pull/115/head
kunfei 5 years ago committed by GitHub
commit f68f49a405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/src/main/java/io/legado/app/ui/config/ThemeConfigFragment.kt

@ -141,6 +141,7 @@ class ThemeConfigFragment : PreferenceFragmentCompat(), SharedPreferences.OnShar
AppConfig.isNightTheme = true
}
}
putPrefInt("defaultTheme", which)
App.INSTANCE.applyDayNight()
recreateActivities()
}

Loading…
Cancel
Save