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

Commit 9a3ffe02 authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez
Browse files

Adding flag for magnetic notification swipes

Flag: NONE new flag
Test: presubmit
Bug: 390179908
Change-Id: I3bdc3db2af9ba884f1851aee0f52ff7820c0f3ec
parent a8e18bc7
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -1930,3 +1930,13 @@ flag {
      purpose: PURPOSE_BUGFIX
      purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
   name: "magnetic_notification_horizontal_swipe"
   namespace: "systemui"
   description: "Add support for magnetic behavior on horizontal notification swipes."
   bug: "390179908"
   metadata {
        purpose: PURPOSE_BUGFIX
   }
}