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

Commit e8dec610 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

Remove unused Stabilize Heads up group Flag

This flag points the wrong bug id. We replaced it with v2 in ag/31381592.

Bug: 357753857
Test: Presubmit
Flag: EXEMPT unused flag cleaning
Change-Id: If8a39b7ebeedbeb9b3dee905765d3cc0eba1a494
parent 40633698
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1914,16 +1914,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;