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

Commit 269b427e authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez
Browse files

Adding a flag for enabling new haptic components in the brightness

slider.

Test: compiles
Bug: 295932558
Change-Id: I7680d22243b64c5e97617aecd1acf76abd77caf9
parent 9e22e96f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -774,4 +774,8 @@ object Flags {
    /** Enable the share wifi button in Quick Settings internet dialog. */
    @JvmField
    val SHARE_WIFI_QS_BUTTON = unreleasedFlag("share_wifi_qs_button")

    /** Enable haptic slider component in the brightness slider */
    @JvmField
    val HAPTIC_BRIGHTNESS_SLIDER = unreleasedFlag("haptic_brightness_slider")
}