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
Suppose you have 4 scenes, A B C D. You can go to the respective scene for that order.
When I go from A to B, and when from B to C I use type: ActionConst.RESET to reset the history stack. After that when I'm in C, I press the Android back button (the app will now quit), and then relaunch the app from the app drawer.
Expected behaviour
App starts with scene A.
Actual behaviour
App starts with scene C.
Steps to reproduce
Make some scenes and try type: ActionConst.RESET when navigating to one scene, and then press the Android back button.
The text was updated successfully, but these errors were encountered:
b1acKr0se
changed the title
type: ActionConst.RESET and Android back button
type: ActionConst.RESET and Android back button
May 23, 2018
Version
Tell us which versions you are using:
Problem
Suppose you have 4 scenes, A B C D. You can go to the respective scene for that order.
When I go from A to B, and when from B to C I use
type: ActionConst.RESET
to reset the history stack. After that when I'm in C, I press the Android back button (the app will now quit), and then relaunch the app from the app drawer.Expected behaviour
App starts with scene A.
Actual behaviour
App starts with scene C.
Steps to reproduce
Make some scenes and try
type: ActionConst.RESET
when navigating to one scene, and then press the Android back button.The text was updated successfully, but these errors were encountered: