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

Commit b2fe9de7 authored by Beverly's avatar Beverly
Browse files

Disable KEYGUARD_TALKBACK_FIX flag

Upon review, the fix was against a11y policies
rather than in compliance with.

Flag: LEGACY KEYGUARD_TALKBACK_FIX DISABLED
Fixes: 330429983
Test: enable talback and observe not all the messages
on the lockscreen keyguard bottom area are announced

Change-Id: I1556c8456342ef55ce75d72de20a6502bba253f6
parent 26d9dcb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ object Flags {

    /** Flag meant to guard the talkback fix for the KeyguardIndicationTextView */
    // TODO(b/286563884): Tracking bug
    @JvmField val KEYGUARD_TALKBACK_FIX = releasedFlag("keyguard_talkback_fix")
    @JvmField val KEYGUARD_TALKBACK_FIX = unreleasedFlag("keyguard_talkback_fix")

    // TODO(b/287268101): Tracking bug.
    @JvmField val TRANSIT_CLOCK = releasedFlag("lockscreen_custom_transit_clock")