feat: Add Lottie animation for avatar in attachment UI and refactor file layout by removing search functionality

This commit is contained in:
2026-02-22 18:32:03 +05:00
parent 14ab10a1a0
commit 290143dfc4
5 changed files with 35 additions and 81 deletions

View File

@@ -1,6 +1,7 @@
package com.rosetta.messenger
import android.app.Application
import com.airbnb.lottie.L
import com.rosetta.messenger.data.DraftManager
import com.rosetta.messenger.utils.CrashReportManager
@@ -16,6 +17,8 @@ class RosettaApplication : Application() {
override fun onCreate() {
super.onCreate()
// Убираем красную букву "L" от Lottie
L.setTraceEnabled(false)
// Инициализируем crash reporter
initCrashReporting()