mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Add new flag for dot pagination" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7c70ba3ede
@@ -285,7 +285,7 @@ public final class FeatureFlags {
|
||||
public static final BooleanFlag ENABLE_WIDGET_PICKER_DEPTH = new DeviceFlag(
|
||||
"ENABLE_WIDGET_PICKER_DEPTH", true, "Enable changing depth in widget picker.");
|
||||
|
||||
public static final BooleanFlag SHOW_DELIGHTFUL_PAGINATION = new DeviceFlag(
|
||||
public static final BooleanFlag SHOW_DELIGHTFUL_PAGINATION = getDebugFlag(
|
||||
"SHOW_DELIGHTFUL_PAGINATION", false,
|
||||
"Enable showing the new 'delightful pagination' which is a brand"
|
||||
+ " new animation for folder pagination and workspace pagination");
|
||||
@@ -307,6 +307,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 SHOW_DOT_PAGINATION = getDebugFlag(
|
||||
"SHOW_DOT_PAGINATION", false, "Enable showing dot pagination in workspace");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
synchronized (sDebugFlags) {
|
||||
for (DebugFlag flag : sDebugFlags) {
|
||||
|
||||
Reference in New Issue
Block a user