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

Commit 2de4e50e authored by Andrew Zeng's avatar Andrew Zeng
Browse files

Clarify constructor param in SeekBarVolumizer.

Bug: 78806021
Change-Id: Ice2c087976d0c34d85ef5c5c4660553a16502ba3
parent 4a6821e9
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(