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

Commit 736de6dc authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix SliderPreference selection behavior" into main

parents cd0b2fde 9b3a9eca
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -170,7 +170,6 @@ public class SliderPreference extends Preference {
            @Nullable AttributeSet attrs, int defStyleAttr) {
            @Nullable AttributeSet attrs, int defStyleAttr) {
        super(context, attrs, defStyleAttr);
        super(context, attrs, defStyleAttr);
        setLayoutResource(R.layout.settingslib_expressive_preference_slider);
        setLayoutResource(R.layout.settingslib_expressive_preference_slider);
        setSelectable(false);


        TypedArray a = context.obtainStyledAttributes(
        TypedArray a = context.obtainStyledAttributes(
                attrs, androidx.preference.R.styleable.SeekBarPreference, defStyleAttr,
                attrs, androidx.preference.R.styleable.SeekBarPreference, defStyleAttr,