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
Make sure back navigation works (left to right swipe in iOS) and the implementation suggested/commented BackHandler.ios.kt is the one to obtain same navigation results as android:
finishing/cancelling workflow removes it from the "back stack" and gets you back to the original screen where you started.
Tab home navigation: back shows you warning of exit and back again does default OS behaviour
other tabs back navigation: get back to home tab
The text was updated successfully, but these errors were encountered:
currently it is possible to land in offers screen without having the top left back navigation button showing up, this needs to be dealt with in the context of this issue
Make sure back navigation works (left to right swipe in iOS) and the implementation suggested/commented
BackHandler.ios.kt
is the one to obtain same navigation results as android:The text was updated successfully, but these errors were encountered: