You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When app is not running and a new chat notification arrives, the chat activity is the only activity in the stack and pressing back toolbar back button (which calls onBackPressed()) is not ui friendly,
we should start main activity and then chat activity.
The text was updated successfully, but these errors were encountered:
When app is not running and a new chat notification arrives, the chat activity is the only activity in the stack and pressing back toolbar back button (which calls
onBackPressed()
) is not ui friendly,we should start main activity and then chat activity.
The text was updated successfully, but these errors were encountered: