kanytu / android-material-drawer-template

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

Navigation Drawer launches duplicate activities #4

Closed easycheese closed 9 years ago

easycheese commented 9 years ago

Your nav drawer actually calls selectItem(position) twice. Normally undetectable you can tell if your nav menu is setup to launch an activity. When selected, it starts two instances of the activity.

See my pull request for the simple fix.