mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Add flag for One Search support in Taskbar All Apps." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8dfc9872b4
@@ -246,6 +246,10 @@ public final class FeatureFlags {
|
||||
"ENABLE_ALL_APPS_IN_TASKBAR", true,
|
||||
"Enables accessing All Apps from the system Taskbar.");
|
||||
|
||||
public static final BooleanFlag ENABLE_ALL_APPS_ONE_SEARCH_IN_TASKBAR = getDebugFlag(
|
||||
"ENABLE_ALL_APPS_ONE_SEARCH_IN_TASKBAR", false,
|
||||
"Enables One Search box in Taskbar All Apps.");
|
||||
|
||||
public static final BooleanFlag ENABLE_SPLIT_FROM_WORKSPACE = getDebugFlag(
|
||||
"ENABLE_SPLIT_FROM_WORKSPACE", true,
|
||||
"Enable initiating split screen from workspace.");
|
||||
|
||||
Reference in New Issue
Block a user