fedora-infra / mobile

An Android app that allows the Fedora community to interact with Fedora's web apps on the go.
https://fedoraproject.org/mobile
Other
27 stars 10 forks source link

Move a bunch of activities to fragments #30

Closed relrod closed 9 years ago

relrod commented 10 years ago

A consequence of everything currently being activities and not fragments is that you can launch two of the same activity from the navdrawer. The navdrawer doesn't "switch" you to another part of the app, it actually "spawns" another part of the app. If you do this a few times, then hit the back key, you only close out one layer of activity - you don't get back to wherever you were before you started launching the same thing over and over again.

This is fairly annoying. It would be a somewhat large change to make everything be fragments at this point, but I think it is worth it.

This is mostly a tracking bug, I have already started on this process.