mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Using package broadcasts to key adding of shortcuts on the workspace.
Change-Id: Id4f83cb0351d21e3f7c029c7fe39efdacd2d6f17
This commit is contained in:
@@ -1569,9 +1569,6 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
|
||||
if (!DISABLE_ALL_APPS) {
|
||||
addAppsWithoutInvalidate(list);
|
||||
updatePageCountsAndInvalidateData();
|
||||
} else {
|
||||
// TODO: Maybe put them somewhere else?
|
||||
mLauncher.getHotseat().addAppsToAllAppsFolder(list);
|
||||
}
|
||||
}
|
||||
private int findAppByComponent(List<ApplicationInfo> list, ApplicationInfo item) {
|
||||
|
||||
Reference in New Issue
Block a user