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

Commit 719ec681 authored by Olivier St-Onge's avatar Olivier St-Onge
Browse files

Don't mark the QS brightness slider as clickable

The click to change brightness still works without the xml attribute. Having it adds a confusing action in Switch Access that doesn't actually do anything.

Fixes: 317732024
Test: manually with Switch Access
Flag: none
Change-Id: I0bd2ca9d009e2ab2b7f3759e3ff15ab2ed23d7ab
parent 0ddacc17
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,6 +34,5 @@
            android:paddingEnd="0dp"
            android:progressDrawable="@drawable/brightness_progress_drawable"
            android:splitTrack="false"
            android:clickable="true"
        />
    </com.android.systemui.settings.brightness.BrightnessSliderView>