Update App.kt

This commit is contained in:
1
2025-07-27 16:53:07 +08:00
parent 6412ebe35a
commit 47583fc644

View File

@@ -49,7 +49,7 @@ class App : Application(), ImageLoaderFactory {
override fun onCreate() {
super.onCreate()
MMKV.initialize(this)
kv = MMKV.defaultMMKV(MMKV.MULTI_PROCESS_MODE, null)
kv = MMKV.defaultMMKV()
kv.enableCompareBeforeSet()
Thread.setDefaultUncaughtExceptionHandler { t, e ->
showError(e)