mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Add remove system shortcut to folder items" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
fb0f2ff41d
@@ -506,7 +506,8 @@ public class QuickstepLauncher extends Launcher implements RecentsViewContainer,
|
||||
shortcuts.add(WIDGETS);
|
||||
shortcuts.add(INSTALL);
|
||||
if (Flags.enableLongPressRemoveShortcut()
|
||||
&& (container == CONTAINER_HOTSEAT || container == CONTAINER_DESKTOP)) {
|
||||
&& (container == CONTAINER_HOTSEAT || container == CONTAINER_DESKTOP
|
||||
|| /* Folder */ container > 0)) {
|
||||
shortcuts.add(REMOVE);
|
||||
}
|
||||
shortcuts.add(DONT_SUGGEST_APP);
|
||||
|
||||
Reference in New Issue
Block a user