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