-
Notifications
You must be signed in to change notification settings - Fork 34
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
NotchBottomBarController jumpTo cause of no animation #26
Comments
@aidenn207 it seems you are trying to call |
Thank @abrarmalekji345 for reply.
Below is the code for more detail: |
NotchBottomBarController().jumpTo(index) still work to navigate to change to index of bottomBarItems.
But it's no animation when i call jumpTo() function of NotchBottomBarController.
If i don't use this jumpTo() function, animation work well
Please help to fix, because i have usecase that i wanna jumpTo specify index after i receive index number from bloc
The text was updated successfully, but these errors were encountered: