This commit is contained in:
Horis
2024-07-22 21:14:08 +08:00
parent e74024d4c8
commit e0de4c2bca

View File

@@ -71,7 +71,7 @@ class App : Application() {
registerActivityLifecycleCallbacks(LifecycleHelp)
defaultSharedPreferences.registerOnSharedPreferenceChangeListener(AppConfig)
DefaultData.upVersion()
AppFreezeMonitor.init()
AppFreezeMonitor.init(this)
Coroutine.async {
URL.setURLStreamHandlerFactory(ObsoleteUrlFactory(okHttpClient))
launch { installGmsTlsProvider(appCtx) }