the-blue-alliance / the-blue-alliance-android

An Android app for accessing information about the FIRST Robotics Competition.
MIT License
76 stars 34 forks source link

Back button does not respect navigation hierarchy #918

Open ZachOrr opened 5 years ago

ZachOrr commented 5 years ago

[meta: feel free to close if this is just an Android thing - we've seen this feature request quite a bit from the user survey and via social]

The back button on Android does not necessarily respect the navigation stack. For example, navigating from Events -> Event -> Team@Event, and then hitting the back button will bring you all the way back to the Events view. The back button should take you one step up the navigation hierarchy, so back to the Event view.