kanytu / android-material-drawer-template

An Android template with navigation drawer for material design
Apache License 2.0
674 stars 217 forks source link

Removed duplicated selectitem code #3

Closed easycheese closed 10 years ago

easycheese commented 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.

kanytu commented 10 years ago

Thanks for pointing that out :)