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
Before this commit the Settings Page was not considered as a route,
instead all the content of the page was replacing the content below,
since the `_notTransitionPageRoute()` method was used to "push" the
route.
After this commit to push the route the `_cupertinoPageRoute()` method
is being used. With that edit the Settings Page is treated like a normal
route, and so it's possible to swipe back and navigate correctly to the
route.
Closes: RIP-Comm#218
Before this commit the Settings Page was not considered as a route,
instead all the content of the page was replacing the content below,
since the `_notTransitionPageRoute()` method was used to "push" the
route.
After this commit to push the route the `_cupertinoPageRoute()` method
is being used. With that edit the Settings Page is treated like a normal
route, and so it's possible to swipe back and navigate correctly to the
route.
Closes: RIP-Comm#218
When I’m in the settings page, the “swipe back” action doesn’t work
The text was updated successfully, but these errors were encountered: