Промежуточный результат для 1.0.4 версии

This commit is contained in:
2026-02-22 08:54:46 +05:00
parent 3aa18fa9ac
commit 5b9b3f83f7
37 changed files with 5643 additions and 928 deletions

View File

@@ -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)
}
/**