gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

NavDrawer shows wrong item selected #700

Closed tasomaniac closed 8 years ago

tasomaniac commented 8 years ago

On every click of a nav item, we create a new Activity.

And the item selected is highligthed in the new Activity using a boolean extra.

But also the item in the old Activity is being selected. When you return back, it shows the wrong Activity. That's the default behavior.