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
If launcher shortcuts are launched when the application is not running and they are not dismissed using the back button, they persist until the back button is used even when other shortcuts are opened:
Application is not running (e.g. force stop)
Open shortcut 1 (pass 1 is displayed)
Press Home button
Open shortcut 2 (pass 1 is displayed again)
Steps 3 and 4 can be repeated indefinitely. Using the back button dismisses the pass and the process can then be repeated with either pass (which is then the one that sticks).
Screen_Recording_20230526_115108_One.UI.Home2.mp4
This is a problem because I expect the pass matching the shortcut to be opened, not a different pass based on whether or not the application has ever been started normally. I have to dismiss the stuck pass and then open the app directly to fix it.
If the application has been launched by its own icon then the shortcuts work but they stack up every time they're used:
Application is not running (e.g. force stop)
Open application
Press Home button
Open shortcut 1 (pass 1 is displayed)
Press Home button
Open shortcut 2 (pass 2 is displayed)
Press Home button
Open shortcut 1 (pass 1 is displayed)
Press Home button
Open shortcut 2 (pass 2 is displayed)
Press Home button
Open shortcut 1 (pass 1 is displayed)
Press Home button
Open shortcut 2 (pass 2 is displayed)
Press Home button
Open application (pass 2 is displayed)
Press Back button (pass 1 is displayed)
Press Back button (pass 2 is displayed)
Press Back button (pass 1 is displayed)
Press Back button (pass 2 is displayed)
Press Back button (pass 1 is displayed)
Press Back button (list of passes is displayed)
Screen_Recording_20230526_115652_One.UI.Home2.mp4
This behaviour is unexpected and makes using the application after having launched any of the shortcuts inconvenient. I'd expect at most one shortcut-launched pass to remain on the activity stack and ideally none of them when the application is launched directly (although this is probably not possible).
The process can be repeated indefinitely so at some point there could be too many shortcut activities, causing a crash or some other problem preventing the pass from being displayed. I've tested this with up to 26 shortcut launches in a row, which needs 26 presses of the back button to get back to the list of passes.
Version 3.7.3 (modified app name)
Android 13
The text was updated successfully, but these errors were encountered:
If launcher shortcuts are launched when the application is not running and they are not dismissed using the back button, they persist until the back button is used even when other shortcuts are opened:
Steps 3 and 4 can be repeated indefinitely. Using the back button dismisses the pass and the process can then be repeated with either pass (which is then the one that sticks).
Screen_Recording_20230526_115108_One.UI.Home2.mp4
This is a problem because I expect the pass matching the shortcut to be opened, not a different pass based on whether or not the application has ever been started normally. I have to dismiss the stuck pass and then open the app directly to fix it.
If the application has been launched by its own icon then the shortcuts work but they stack up every time they're used:
Screen_Recording_20230526_115652_One.UI.Home2.mp4
This behaviour is unexpected and makes using the application after having launched any of the shortcuts inconvenient. I'd expect at most one shortcut-launched pass to remain on the activity stack and ideally none of them when the application is launched directly (although this is probably not possible).
The process can be repeated indefinitely so at some point there could be too many shortcut activities, causing a crash or some other problem preventing the pass from being displayed. I've tested this with up to 26 shortcut launches in a row, which needs 26 presses of the back button to get back to the list of passes.
Version 3.7.3 (modified app name)
Android 13
The text was updated successfully, but these errors were encountered: