dessalines / rank-my-favs

An Android app to rank your favorite things, using simple pair-wise matchups.
GNU Affero General Public License v3.0
37 stars 1 forks source link

Page/state management weird when going 'back' #43

Closed Skivling closed 3 months ago

Skivling commented 3 months ago

Steps to reproduce

After using the app for a while, ranking some, adding more to list, ranking some more, the back button starts not behaving as expected.

Expected behavior

The back button should only go to the list, then back to the main menu.

Actual behavior

All the page switches are stored in the cache, so the back button goes to the rank page, then list, then rank, then list, etc. Which gets really annoying as it's the only way to get back to the main screen.

version of the program

0.0.4

Android version

Android 13

Device

Samsung Galaxy A12

Other details

No response

Acknowledgements

dessalines commented 3 months ago

You'll need to be specific about which screens you went to in what order, where the back button isn't navigating to a place that makes sense. I already corrected some of these in 0.0.3 to make sure they didn't get added to the stack, like the rank page.

dessalines commented 3 months ago

I believe this is fixed now.