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

Commit fcb48b3a authored by Alan Viverette's avatar Alan Viverette
Browse files

Ensure volume preference has correct defStyleAttr

BUG: 14635756
Change-Id: Id78da5df3d355a4dda9bd1b80b14df54803d5d03
parent 9e1e95f6
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) {