eurofurence / ef-app_android

Eurofurence App (Android version)
MIT License
13 stars 5 forks source link

Open drawer instead of going to the title screen. #323

Open Rain336 opened 4 years ago

Rain336 commented 4 years ago

When you are in a sub menu of the drawer, the top left button is a back button to the title screen. Normally I would expect a button to open the drawer there because currently you always need to go to the title screen to change form for example Events to Maps.

Requinard commented 4 years ago

This is standard android behaviour. A swipe can also open the nav drawer.

Rain336 commented 4 years ago

I went through a few apps on my phone and found out that there some inconsistencies when it comes to this. Most apps actually use the default behavior how it is currently implemented but some apps also use what I described. Most notably GMail. The Material Design docs also don't specify a clear way to do this, so I don't know how to proceed from here.

Requinard commented 4 years ago

Well, this behaviour is completely handled by the android navigation architecture, so I am assuming that this is supposed to be the default.