hamaluik / nomdebebe

A simple, private tool to help pick a baby name.
Apache License 2.0
265 stars 19 forks source link

Android: Physical back button not handled correctly in settings #8

Open carstenhag opened 2 years ago

carstenhag commented 2 years ago

On the Android app, when a dialog is opened in the settings, I want to tap the physical "back" button on my phone to close the dialog.
Instead of doing that, it closes the entire app.

You likely have to figure out how to handle the onBackPressed method.