replicant-packages_apps_Email/src
Todd Kennedy 5920989bde Fix NPE when restoring setup activity
If the setup activity ever needs to restore itself after being killed, we were
restoring the Activity object's state (i.e. rebuilding the UI) before we
restored the state of our class. Since the Activity necessarily depends upon
our object's state, Bad Things can [and will] happen.

The solution is simple -- save our object's state last, but, restore our state
first.

bug 3476039

Change-Id: I623f1938c2e0f50d660708a7a7ac3eeb4a8f9090
2011-02-24 12:44:07 -08:00
..
com Fix NPE when restoring setup activity 2011-02-24 12:44:07 -08:00
org/apache Email split, part huit: Refactor constants, clean emailcommon 2011-02-14 12:18:10 -08:00