feat: Update ChatDetailScreen and ChatsListScreen for improved UI responsiveness and consistency; add custom verified badge icon

This commit is contained in:
2026-02-24 20:35:33 +05:00
parent 73ec5d77f4
commit 6643e0e069
17 changed files with 931 additions and 153 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.update.UpdateManager
import com.rosetta.messenger.utils.CrashReportManager
/**
@@ -26,6 +27,9 @@ class RosettaApplication : Application() {
// Инициализируем менеджер черновиков
DraftManager.init(this)
// Инициализируем менеджер обновлений (SDU)
UpdateManager.init()
}
/**