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
Nothing should happen while pressing back after logging out. Nothing should happen when pressing back on the login screen.
Current Behavior
The user is redirected to the home screen while pressing the back button after clicking on logout. Also, pressing the back button on the login page causes the app to enter splash screen forever.
Possible Solution
We need to check the pop option used in navigator routing, as if the stack pops unexpectedly, such errors may occur.
Steps to Reproduce
Go to the Profile Section
Click on Logout
Press Back button
Possible Implementation
Try checking for possible edge cases in routing, and consider adding a conditional before popping off the navigation stack.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Nothing should happen while pressing back after logging out. Nothing should happen when pressing back on the login screen.
Current Behavior
The user is redirected to the home screen while pressing the back button after clicking on logout. Also, pressing the back button on the login page causes the app to enter splash screen forever.
Possible Solution
We need to check the pop option used in navigator routing, as if the stack pops unexpectedly, such errors may occur.
Steps to Reproduce
Possible Implementation
Try checking for possible edge cases in routing, and consider adding a conditional before popping off the navigation stack.
The text was updated successfully, but these errors were encountered: