Merge "Fix crash on some machines when loading Voice Search icon" into honeycomb-mr1

This commit is contained in:
Michael Jurka
2011-03-03 14:58:47 -08:00
committed by Android (Google) Code Review
-3
View File
@@ -421,9 +421,6 @@ public final class Launcher extends Activity
if (sGlobalSearchIcon == null || sVoiceSearchIcon == null || sAppMarketIcon == null) {
updateIconsAffectedByPackageManagerChanges();
}
updateGlobalSearchIcon(sGlobalSearchIcon);
updateVoiceSearchIcon(sVoiceSearchIcon);
updateAppMarketIcon(sAppMarketIcon);
}
}