OSDN Git Service

Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 and com...
authorJoe Onorato <joeo@android.com>
Sat, 31 Oct 2009 21:27:36 +0000 (17:27 -0400)
committerJoe Onorato <joeo@android.com>
Sat, 31 Oct 2009 21:27:36 +0000 (17:27 -0400)
commitf99f8c1ad265cf7bea7e30476911d730b7d0eaae
tree9844b0a1a75570e5dfd42af81bfc3cb8de2e2542
parentcb9f79889485e3e1cbea8ba8fda8b7cb6472bb8a
Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 and com.cooliris.media

If we haven't even initialized yet, don't respond to app list changes.

I think this will fix that bug.  It's possible that there's some other race in there somehow.
src/com/android/launcher2/LauncherApplication.java
src/com/android/launcher2/LauncherModel.java