-
Notifications
You must be signed in to change notification settings - Fork 162
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
NavigationUI.navigateUp(null, navController) changed #11
Comments
Replace am also faced same issue, now its working |
return navController.navigateUp() -incorrect. Will be generate an Error during building of app. Should use this: |
Thank you! |
Agreed with @Andrey-Yur |
Please update the code for this. it happen when i update my all dependency with latest version.
The text was updated successfully, but these errors were encountered: