mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-15 18:59:12 +03:00
Mavericks 2: initialize with debug instead of context
This commit is contained in:
parent
2ef4cd276b
commit
96b5d1c96b
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue