5920989bde
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 |
||
---|---|---|
assets | ||
docs | ||
images | ||
res | ||
src | ||
tests | ||
.classpath | ||
.project | ||
Android.mk | ||
AndroidManifest.xml | ||
CleanSpec.mk | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE | ||
proguard.flags | ||
remove-exchange-support.sh |