Fix regression: google search icon doesn't show immediately
Bug # 3510354
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user