Merge "[OneSearch] Add a flag to guard QSB animations." into tm-dev am: fd6b0d5617
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17295526 Change-Id: Ifb1387cbb3120577d02d8a9f0a4972286fffde9d
This commit is contained in:
@@ -258,6 +258,9 @@ public final class FeatureFlags {
|
||||
"ENABLE_NEW_MIGRATION_LOGIC", true,
|
||||
"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.");
|
||||
|
||||
public static void initialize(Context context) {
|
||||
synchronized (sDebugFlags) {
|
||||
for (DebugFlag flag : sDebugFlags) {
|
||||
|
||||
Reference in New Issue
Block a user