feat: update version to 1.1.1 and enhance group chat features, sync stability, and UI improvements
Some checks failed
Android Kernel Build / build (push) Failing after 19m6s

This commit is contained in:
2026-03-01 19:16:45 +05:00
parent a0569648e8
commit 7bf3db52a6
6 changed files with 64 additions and 226 deletions

View File

@@ -407,8 +407,6 @@ class MainActivity : FragmentActivity() {
com.rosetta.messenger.push.RosettaFirebaseMessagingService.isAppInForeground = true
// ⚡ На возврате в приложение пробуем мгновенный reconnect без ожидания backoff.
ProtocolManager.reconnectNowIfNeeded("activity_onResume")
// 🔄 Desktop parity: синхронизация при каждом заходе в приложение
ProtocolManager.syncOnForeground()
}
override fun onPause() {