City-of-Bloomington / open311-android

GeoReporter Android source code. Native Android smartphone client app for Open311 API civic issue reporting.
http://open311.org
Other
31 stars 36 forks source link

Settings Button can create multiple SettingsActivity #52

Closed lucamtudor closed 10 years ago

lucamtudor commented 11 years ago

Pressing the Setting Button from the ActionBar will open the Settings screen. This button is still present on the ActionBar inside the Settings screen allowing the user to open multiple Settings screens, one on top of another.

This flow is bad for user experience and it will crash the app at some point, when it gets out of memory.

When the user is on the Settings screen the Settings button should disappear, leaving the user with one possibility: to go back to the main screen.

inghamn commented 10 years ago

Disable the MenuItem in the SettingsActivity

Closed in 4fd0ef3aaed8822d1bd65dacbcf97f826db3aedc