Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
- CLI: 3.4.1
- Cross-platform modules: 4.0.0
Please tell us how to recreate the issue in as much detail as possible.
Error: Cannot pop a Frame which is not at the top of the navigation stack. in the following scenario (can be reproduced in apps/modal-navigation-app):
[Set "Don't keep activities" flag in Android developer options]
- Start app with root tabview visual.
- Open modal dialog with root frame inside (frame element is crucial to reproduce the issue).
- Minimize test app and then restore it.
- [Modal dialog is restored open] Try to close the modal dialog via closeModal(...) call or press Android "Back" button twice -- you get the error above.
Reactions are currently unavailable
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Error: Cannot pop a Frame which is not at the top of the navigation stack. in the following scenario (can be reproduced in apps/modal-navigation-app):
[Set "Don't keep activities" flag in Android developer options]