Wednesday 18 November 2020

Android ReselectedListener for NavigationView

In BottomNavigationView it is possible to set:

    bottomNavigationView.setOnNavigationItemReselectedListener(item -> {
        // do nothing on reselection
    });

However for NavigationView this is not available. What is a good equivalent?



from Android ReselectedListener for NavigationView

No comments:

Post a Comment