kamegami13 / MonsterHunter4UDatabase

MIT License
114 stars 41 forks source link

Add Confirm Exit Dialog #104

Closed jaysondc closed 9 years ago

jaysondc commented 9 years ago

Added a confirm exit dialog to all the top level activities. Pressing the back button in a top level activity will now open the drawer. Pressing it again will prompt the user to confirm before exiting the app.

Each top level activity that we create now needs to call super.setAsTopLevel() to enable the drawer indicator and confirm exit dialog.

kamegami13 commented 9 years ago

Can we change Confirm Exit to Abandon Quest?