Closed easycheese closed 10 years ago
mCallbacks.onNavigationDrawerItemSelected(position);
This caused a duplicate call to "SelectItem". This can be demoed by launching an activity from the nav menu and see that it creates two instances.
Thanks for pointing that out :)
mCallbacks.onNavigationDrawerItemSelected(position);
This caused a duplicate call to "SelectItem". This can be demoed by launching an activity from the nav menu and see that it creates two instances.