mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Add flag for new download app UI color and contrast update." into tm-qpr-dev am: fd02dce88f
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21151952 Change-Id: Iaa327ca4fb8b1cf110131c11126c311861a064f9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -331,6 +331,10 @@ public final class FeatureFlags {
|
||||
"ENABLE_DOWNLOAD_APP_UX_V2", true, "Updates the download app UX"
|
||||
+ " to have better visuals");
|
||||
|
||||
public static final BooleanFlag ENABLE_DOWNLOAD_APP_UX_V3 = getDebugFlag(
|
||||
"ENABLE_DOWNLOAD_APP_UX_V3", false, "Updates the download app UX"
|
||||
+ " to have better visuals, improve contrast, and color");
|
||||
|
||||
public static final BooleanFlag ENABLE_TASKBAR_REVISED_THRESHOLDS = getDebugFlag(
|
||||
"ENABLE_TASKBAR_REVISED_THRESHOLDS", true,
|
||||
"Uses revised thresholds for transient taskbar.");
|
||||
|
||||
Reference in New Issue
Block a user