Merge "[Toast] Flip the QSB motion flag to true by default." into tm-dev am: 6f962f9357
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17319415 Change-Id: I1de37b6cc6f1c59cbb8f20e4a87dcaecb13053e3
This commit is contained in:
@@ -259,7 +259,7 @@ public final class FeatureFlags {
|
||||
"Enable the new grid migration logic, keeping pages when src < dest");
|
||||
|
||||
public static final BooleanFlag ENABLE_ONE_SEARCH_MOTION = new DeviceFlag(
|
||||
"ENABLE_ONE_SEARCH_MOTION", false, "Enables animations in OneSearch.");
|
||||
"ENABLE_ONE_SEARCH_MOTION", true, "Enables animations in OneSearch.");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
synchronized (sDebugFlags) {
|
||||
|
||||
Reference in New Issue
Block a user