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

Commit 9e363ed9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused Stabilize Heads up group Flag" into main

parents d5f140b0 e8dec610
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1941,16 +1941,6 @@ flag {
    }
}

flag {
    name: "stabilize_heads_up_group"
    namespace: "systemui"
    description: "Stabilize heads up groups in VisualStabilityCoordinator"
    bug: "381864715"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
   name: "magnetic_notification_horizontal_swipe"
   namespace: "systemui"
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ public class VisualStabilityCoordinatorTest extends SysuiTestCase {
    @Parameters(name = "{0}")
    public static List<FlagsParameterization> getParams() {
        return SceneContainerFlagParameterizationKt
                .andSceneContainer(allCombinationsOf(Flags.FLAG_STABILIZE_HEADS_UP_GROUP));
                .andSceneContainer(allCombinationsOf(Flags.FLAG_STABILIZE_HEADS_UP_GROUP_V2));
    }

    private VisualStabilityCoordinator mCoordinator;