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

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

Merge "Revert "Disable preview on volume change" "

parents 3e22a258 5808a8b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ public class SeekBarVolumizer implements OnSeekBarChangeListener, Handler.Callba

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

    public SeekBarVolumizer(