SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

issue on drawer item click #264

Open GauravCreed opened 8 years ago

GauravCreed commented 8 years ago

hi.

you have done a nice work on navigation drawer.

when i click on navigation item i will open a new fragment,but before pass to the new fragment it will automatically go to the Main activity how can i stop that. i can not get previously open fragment it will give every time main activity how can i stop or get the previously open fragment or activity

help me. thanks.