Fix regression: google search icon doesn't show immediately

Bug # 3510354
This commit is contained in:
Michael Jurka
2011-03-07 16:41:21 -08:00
parent 417979937a
commit 1c3f8ecccc
+9
View File
@@ -431,6 +431,15 @@ public final class Launcher extends Activity
if (sGlobalSearchIcon == null || sVoiceSearchIcon == null || sAppMarketIcon == null) {
updateIconsAffectedByPackageManagerChanges();
}
if (sGlobalSearchIcon != null) {
updateGlobalSearchIcon(sGlobalSearchIcon);
}
if (sVoiceSearchIcon != null) {
updateVoiceSearchIcon(sVoiceSearchIcon);
}
if (sAppMarketIcon != null) {
updateAppMarketIcon(sAppMarketIcon);
}
}
}