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

Commit 5c05e0f1 authored by Peter_Liang's avatar Peter_Liang
Browse files

Fix the GAR issue of TalkBack said "double-tap to activate" on the

slider title of Accessibility button page.

Root cause:
Set "android:selectable" as true.

Solution:
Remove "android:selectable".

Bug: 183469419
Test: manual test
Change-Id: I337cfe0795205dec5e4654b90d6c7e2c7fd7ca77
parent a1fe5ec0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@
    <com.android.settings.widget.SeekBarPreference
        android:key="accessibility_button_opacity"
        android:title="@string/accessibility_button_opacity_title"
        android:selectable="true"
        android:persistent="false"
        settings:controller="com.android.settings.accessibility.FloatingMenuOpacityPreferenceController"/>