Промежуточный результат для 1.0.4 версии
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.rosetta.messenger
|
||||
|
||||
import android.app.Application
|
||||
import com.rosetta.messenger.data.DraftManager
|
||||
import com.rosetta.messenger.utils.CrashReportManager
|
||||
|
||||
/**
|
||||
@@ -19,6 +20,9 @@ class RosettaApplication : Application() {
|
||||
// Инициализируем crash reporter
|
||||
initCrashReporting()
|
||||
|
||||
// Инициализируем менеджер черновиков
|
||||
DraftManager.init(this)
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user