mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Merge "Set the ENABLE_DOWNLOAD_APP_UX_V2 flag to true" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a9e5f5a1ef
@@ -330,8 +330,8 @@ public final class FeatureFlags {
|
||||
"HOME_GARDENING_WORKSPACE_BUTTONS", false,
|
||||
"Change workspace edit buttons to reflect home gardening");
|
||||
|
||||
public static final BooleanFlag ENABLE_DOWNLOAD_APP_UX_V2 = getDebugFlag(
|
||||
"ENABLE_DOWNLOAD_APP_UX_V2", false, "Updates the download app UX"
|
||||
public static final BooleanFlag ENABLE_DOWNLOAD_APP_UX_V2 = new DeviceFlag(
|
||||
"ENABLE_DOWNLOAD_APP_UX_V2", true, "Updates the download app UX"
|
||||
+ " to have better visuals");
|
||||
|
||||
public static final BooleanFlag ENABLE_TASKBAR_REVISED_THRESHOLDS = getDebugFlag(
|
||||
|
||||
Reference in New Issue
Block a user