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
when I want to use custom navigation (BubbleNavigationLinearView) in android component navigation I can't use them because I can't find any code for replacing with below code and "setupWithNavController" feature is not enabled for this custom navigation, just enable for "bottom navigation".
when I want to use custom navigation (BubbleNavigationLinearView) in android component navigation I can't use them because I can't find any code for replacing with below code and "setupWithNavController" feature is not enabled for this custom navigation, just enable for "bottom navigation".
BubbleNavigationLinearView navigation;
NavController navController;
navigation = findViewById(R.id.navigation);
navController = Navigation.findNavController(this, R.id.fragment);
navigation.setupWithNavController(navController); <---------------------- for this one
so if you know my problem answers please help me.
The text was updated successfully, but these errors were encountered: