mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Merge "Unify split options into single option" into tm-qpr-dev am: 6fa1ab9441 am: 4e1c1faa37
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21074650 Change-Id: If7bdd0fe1a72d5e321933eb566e58f20fbfefcf9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -296,7 +296,8 @@ public interface TaskShortcutFactory {
|
||||
return null;
|
||||
}
|
||||
|
||||
return Collections.singletonList(new FreeformSystemShortcut(R.drawable.ic_split_screen,
|
||||
return Collections.singletonList(new FreeformSystemShortcut(
|
||||
R.drawable.ic_caption_desktop_button_foreground,
|
||||
R.string.recent_task_option_freeform, activity, taskContainer,
|
||||
LAUNCHER_SYSTEM_SHORTCUT_FREE_FORM_TAP));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user