Mavericks 2: initialize with debug instead of context

This commit is contained in:
ganfra 2021-10-01 18:11:14 +02:00
parent 2ef4cd276b
commit 96b5d1c96b
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class VectorApplication :
}
logInfo()
LazyThreeTen.init(this)
Mavericks.initialize(this)
Mavericks.initialize(debugMode = false)
EpoxyController.defaultDiffingHandler = EpoxyAsyncUtil.getAsyncBackgroundHandler()
EpoxyController.defaultModelBuildingHandler = EpoxyAsyncUtil.getAsyncBackgroundHandler()
registerActivityLifecycleCallbacks(VectorActivityLifecycleCallbacks(popupAlertManager))