android - Back button opens Navigation Drawer instead of going to previous activity -
so i'm having trouble managing backstack in android app.
my application contains navigation drawer each option starts new activity. have designed baseactivity contains navigation drawer initialisations, other activities extend have same navigation drawer. (i not use fragments anywhere).
the problem each time button pressed (in activity), navigation drawer either opens or closes.
how can remove navigation drawer backstack considering activity other activities extend , not launched anywhere intent?
Comments
Post a Comment