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

Commit 6eaed2f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clarify constructor param in SeekBarVolumizer."

parents be018bbb 2de4e50e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ public class SeekBarVolumizer implements OnSeekBarChangeListener, Handler.Callba

    @UnsupportedAppUsage
    public SeekBarVolumizer(Context context, int streamType, Uri defaultUri, Callback callback) {
        this(context, streamType, defaultUri, callback, true);
        this(context, streamType, defaultUri, callback, true /* playSample */);
    }

    public SeekBarVolumizer(