fix: firebase initialization
This commit is contained in:
parent
f77269e468
commit
d15ffe7708
6 changed files with 20 additions and 0 deletions
|
@ -57,6 +57,7 @@ class App : MultiDexApplication() {
|
|||
Injekt.importModule(PreferenceModule(this))
|
||||
|
||||
val crashlytics = Injekt.get<CrashlyticsInterface>()
|
||||
crashlytics.initialize(this)
|
||||
|
||||
val useMaterialYou: Boolean = PrefManager.getVal(PrefName.UseMaterialYou)
|
||||
if (useMaterialYou) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue