Fix 2226221 - home screen app names do not reflect on locale change

This commit is contained in:
Joe Onorato
2009-11-10 18:26:13 -08:00
parent 3a8820bdba
commit 028b624e52
+4 -1
View File
@@ -680,7 +680,10 @@ public class LauncherModel extends BroadcastReceiver {
}
if (info != null) {
info.title = c.getString(titleIndex);
if (itemType
!= LauncherSettings.Favorites.ITEM_TYPE_APPLICATION) {
info.title = c.getString(titleIndex);
}
info.intent = intent;
info.id = c.getLong(idIndex);