mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-17 17:48:20 +00:00
Merge "[Toast] Add a feature flag for result launch animations." into tm-qpr-dev am: da31c5e3a3
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20836637 Change-Id: I51d6978f5c7b19f600f2ffcfdf8b25bd366e17b5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -273,6 +273,10 @@ public final class FeatureFlags {
|
||||
"ENABLE_SEARCH_RESULT_BACKGROUND_DRAWABLES", false,
|
||||
"Enable option to replace decorator-based search result backgrounds with drawables");
|
||||
|
||||
public static final BooleanFlag ENABLE_SEARCH_RESULT_LAUNCH_TRANSITION = new DeviceFlag(
|
||||
"ENABLE_SEARCH_RESULT_LAUNCH_TRANSITION", false,
|
||||
"Enable option to launch search results using the new standardized transitions");
|
||||
|
||||
public static final BooleanFlag TWO_PREDICTED_ROWS_ALL_APPS_SEARCH = new DeviceFlag(
|
||||
"TWO_PREDICTED_ROWS_ALL_APPS_SEARCH", false,
|
||||
"Use 2 rows of app predictions in All Apps search zero-state");
|
||||
|
||||
Reference in New Issue
Block a user