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
For example, current Views are placed like this View 1 -> View 2 -> View3.
On View 3, I want to go to View 4. But I must dismiss the View 3 and pop to View4.
So finally, it has to be View 1 -> View 2 -> View 4.
router.dismissScreen()
router.showScreen(.push) { _ in
View4()
}
If make code like this, it works strangely.
The text was updated successfully, but these errors were encountered:
For example, current Views are placed like this View 1 -> View 2 -> View3.
On View 3, I want to go to View 4. But I must dismiss the View 3 and pop to View4.
So finally, it has to be View 1 -> View 2 -> View 4.
If make code like this, it works strangely.
The text was updated successfully, but these errors were encountered: