io7m / android

The Android client for Library Simplified
Other
0 stars 0 forks source link

Replace all startActivity calls with a better API #16

Closed io7m closed 6 years ago

io7m commented 6 years ago

Right now, all over the project, activities are starting new activities by calling startActivity on themselves. Need to replace all startActivity calls with a call to a method defined in the project so that we can be confident that activities are being started with the right flags (such as the flag that prevents the user going back to previous activities with the back button).

io7m commented 6 years ago

This isn't quite so necessary now that animations are consistently defined and that profiles respond to logout events.