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

Commit 0b157b58 authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez
Browse files

Renaming compose slider haptics flag.

Following go/trunk-stable-bug-fix#switching, renaming and changing the purpose of this flag, which was incorrectly created as a feature flag.

Test: presubmit
Flag: NONE renaming flag
Bug: 341968766

Change-Id: If860c7fcc4102cadbb77a69d6b2942e6402520ff
parent 98f97bda
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1401,10 +1401,13 @@ flag {
}

flag {
   name: "compose_haptic_sliders"
   name: "haptics_for_compose_sliders"
   namespace: "systemui"
   description: "Adding haptic component infrastructure to sliders in Compose."
   bug: "341968766"
   metadata {
        purpose: PURPOSE_BUGFIX
   }
}

flag {