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

Commit be180928 authored by Chandru S's avatar Chandru S
Browse files

Enable the flag that guards the talkback fix

Bug: 281765653
Test: verified flag status in command line and talkback works as expected
Change-Id: I90b4fd6915ad35b64ad1f8e16e3cb8c09d307e54
parent 2bd021f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ object Flags {
    /** Flag meant to guard the talkback fix for the KeyguardIndicationTextView */
    // TODO(b/286563884): Tracking bug
    @JvmField
    val KEYGUARD_TALKBACK_FIX = unreleasedFlag(238, "keyguard_talkback_fix")
    val KEYGUARD_TALKBACK_FIX = releasedFlag(238, "keyguard_talkback_fix")

    // 300 - power menu
    // TODO(b/254512600): Tracking Bug