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

Commit 1a0c9669 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Ensure volume preference has correct defStyleAttr"

parents 76d8f968 fcb48b3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public class VolumePreference extends SeekBarDialogPreference implements
    }

    public VolumePreference(Context context, AttributeSet attrs) {
        this(context, attrs, 0);
        this(context, attrs, com.android.internal.R.attr.dialogPreferenceStyle);
    }

    public void setStreamType(int streamType) {