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

Commit 247f8383 authored by Christian Göllner's avatar Christian Göllner Committed by Automerger Merge Worker
Browse files

Merge "Enable KEYBOARD_BACKLIGHT_INDICATOR in teamfood" into udc-dev am: 300292e0

parents 36de3dcf 300292e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -668,7 +668,8 @@ object Flags {

    // TODO(b/259428678): Tracking Bug
    @JvmField
    val KEYBOARD_BACKLIGHT_INDICATOR = unreleasedFlag(2601, "keyboard_backlight_indicator")
    val KEYBOARD_BACKLIGHT_INDICATOR =
            unreleasedFlag(2601, "keyboard_backlight_indicator", teamfood = true)

    // TODO(b/272036292): Tracking Bug
    @JvmField