mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Fix RequestPinItemTest, broken by my manual merge.
Bug: 139880994 Change-Id: I7f6e1dda6cf4497bccf7ea682739bacd12079d4d
This commit is contained in:
@@ -137,7 +137,15 @@ public class InstallShortcutReceiver extends BroadcastReceiver {
|
||||
if (DBG) {
|
||||
Log.d(TAG, "Ignoring shortcut for absent package: " + info.launchIntent);
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
// Generate a shortcut info to add into the model
|
||||
installQueue.add(info.getItemInfo());
|
||||
}
|
||||
prefs.edit().remove(APPS_PENDING_INSTALL).apply();
|
||||
if (!installQueue.isEmpty()) {
|
||||
model.addAndBindAddedWorkspaceItems(installQueue);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user