pull/1282/head
gedoor 3 years ago
parent afb2085be3
commit 9cae93f60d
  1. 2
      app/src/main/java/io/legado/app/App.kt

@ -23,10 +23,8 @@ class App : MultiDexApplication() {
override fun onCreate() {
super.onCreate()
CrashHandler(this)
if (AppConfig.isCronet && !AppConfig.isGooglePlay) {
//预下载Cronet so
CronetLoader.preDownload()
}
LanguageUtils.setConfiguration(this)
createNotificationChannels()
applyDayNight(this)

Loading…
Cancel
Save