Skip to content
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

Open
prashantjajal opened this issue Jan 24, 2019 · 4 comments
Open

NavigationUI.navigateUp(null, navController) changed #11

prashantjajal opened this issue Jan 24, 2019 · 4 comments

Comments

@prashantjajal
Copy link

Please update the code for this. it happen when i update my all dependency with latest version.

@sathishmscict
Copy link

sathishmscict commented Aug 31, 2019

Replace
return NavigationUI.navigateUp(null, navController)
with
return navController.navigateUp()

am also faced same issue, now its working

@Andrey-Yur
Copy link

return navController.navigateUp() -incorrect. Will be generate an Error during building of app. Should use this:
return NavigationUI.navigateUp(navController,drawerLayout:null) // переделал!

@KyleGoertzen
Copy link

return navController.navigateUp() -incorrect. Will be generate an Error during building of app. Should use this:
return NavigationUI.navigateUp(navController,drawerLayout:null) // переделал!

Thank you!

@arunabhdas
Copy link

arunabhdas commented Aug 26, 2021

Agreed with @Andrey-Yur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants