iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Activities close when changing orientation after logging in #150

Closed marczych closed 11 years ago

marczych commented 11 years ago
  1. Open the media manager
  2. Log in
  3. Change orientation
  4. Activity is finished

This is because it is a different userid than the one that started the activity so it is finished.

Figure out when you can view an activity based on the userid that started the activity and the current one. Or just force a reset of the app when you log out (launch TopicActivity with the flag to clear all activities on top of it).

NOTE: This only happens on the Media Manager...