feat: Add FCM token display and copy functionality in ChatsListScreen
This commit is contained in:
@@ -420,6 +420,8 @@ class MainActivity : FragmentActivity() {
|
||||
com.rosetta.messenger.push.RosettaFirebaseMessagingService.isAppInForeground = true
|
||||
// ⚡ На возврате в приложение пробуем мгновенный reconnect без ожидания backoff.
|
||||
ProtocolManager.reconnectNowIfNeeded("activity_onResume")
|
||||
// 🔄 Desktop parity: синхронизация при каждом заходе в приложение
|
||||
ProtocolManager.syncOnForeground()
|
||||
}
|
||||
|
||||
override fun onPause() {
|
||||
|
||||
Reference in New Issue
Block a user