-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Navigator.navigateSingleTop
extension function
#180
Comments
The name
Some possible names: |
@arkivanov Maybe it would be better to compare values rather than classes? |
@aartikov as per my comment above, this function is to ensure there is only one type of component in the stack, and to bring it to front. I suggest to use sealed classes instead of enums, or just use |
See the discussion where it came from.
The text was updated successfully, but these errors were encountered: