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 a user presses a "new message from Y" notification, I want to go into the chat page, but when the user goes back to the previous page, it should be the conversations page.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When a user presses a "new message from Y" notification, I want to go into the chat page, but when the user goes back to the previous page, it should be the conversations page.
I've tried something like:
but with this code, when MainNavigationScreen is at initState, the route is actually ChatScreen.getRouteWithUserId(sender.facebookId)!!
Why? And so how can I implement what I really meant with GetX?
Beta Was this translation helpful? Give feedback.
All reactions