feat: Update color handling for typing indicator and verified badge in dark theme
This commit is contained in:
@@ -3,6 +3,7 @@ package com.rosetta.messenger
|
||||
import android.app.Application
|
||||
import com.airbnb.lottie.L
|
||||
import com.rosetta.messenger.data.DraftManager
|
||||
import com.rosetta.messenger.network.TransportManager
|
||||
import com.rosetta.messenger.update.UpdateManager
|
||||
import com.rosetta.messenger.utils.CrashReportManager
|
||||
|
||||
@@ -27,6 +28,9 @@ class RosettaApplication : Application() {
|
||||
// Инициализируем менеджер черновиков
|
||||
DraftManager.init(this)
|
||||
|
||||
// Инициализируем менеджер транспорта файлов (streaming download)
|
||||
TransportManager.init(this)
|
||||
|
||||
// Инициализируем менеджер обновлений (SDU)
|
||||
UpdateManager.init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user