Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f962f93 authored by Luca Zuccarini's avatar Luca Zuccarini Committed by Android (Google) Code Review
Browse files

Merge "[Toast] Flip the QSB motion flag to true by default." into tm-dev

parents 53ad2070 b21fd239
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {