mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Add featureFlag for icon in textheader" into tm-qpr-dev am: 0abe8af6a6
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21074659 Change-Id: Ie6065bf56a8f6e4ef3a3cdb4a84f03ce2b6d9e4c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -356,6 +356,9 @@ public final class FeatureFlags {
|
||||
"SECONDARY_DRAG_N_DROP_TO_PIN", false,
|
||||
"Enable dragging and dropping to pin apps within secondary display");
|
||||
|
||||
public static final BooleanFlag ENABLE_ICON_IN_TEXT_HEADER = getDebugFlag(
|
||||
"ENABLE_ICON_IN_TEXT_HEADER", false, "Show icon in textheader");
|
||||
|
||||
public static final BooleanFlag SHOW_DOT_PAGINATION = getDebugFlag(
|
||||
"SHOW_DOT_PAGINATION", false, "Enable showing dot pagination in workspace");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user