mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Set the default for keyboard sync to IS_STUDIO_BUILD." into tm-qpr-dev am: ee29b830b4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/19668493 Change-Id: I892b11e8b0c224371fe4ecdbf7c5f9be89a4582d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -273,7 +273,7 @@ public final class FeatureFlags {
|
||||
"ENABLE_ONE_SEARCH_MOTION", true, "Enables animations in OneSearch.");
|
||||
|
||||
public static final BooleanFlag ENABLE_KEYBOARD_TRANSITION_SYNC = new DeviceFlag(
|
||||
"ENABLE_KEYBOARD_TRANSITION_SYNC", false,
|
||||
"ENABLE_KEYBOARD_TRANSITION_SYNC", IS_STUDIO_BUILD,
|
||||
"Enable option to synchronize the keyboard open and close animations when transitioning"
|
||||
+ " between home and all apps");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user