feat: Update color handling for typing indicator and verified badge in dark theme

This commit is contained in:
2026-02-25 18:35:43 +05:00
parent 0cbd2b84c3
commit 31d100e9ac
6 changed files with 106 additions and 18 deletions

View File

@@ -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()