Merge "Fix crash on some machines when loading Voice Search icon" into honeycomb-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
c2ff68ddf6
@@ -421,9 +421,6 @@ public final class Launcher extends Activity
|
|||||||
if (sGlobalSearchIcon == null || sVoiceSearchIcon == null || sAppMarketIcon == null) {
|
if (sGlobalSearchIcon == null || sVoiceSearchIcon == null || sAppMarketIcon == null) {
|
||||||
updateIconsAffectedByPackageManagerChanges();
|
updateIconsAffectedByPackageManagerChanges();
|
||||||
}
|
}
|
||||||
updateGlobalSearchIcon(sGlobalSearchIcon);
|
|
||||||
updateVoiceSearchIcon(sVoiceSearchIcon);
|
|
||||||
updateAppMarketIcon(sAppMarketIcon);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user