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

Commit 5808a8b3 authored by Beverly Tai's avatar Beverly Tai
Browse files

Revert "Disable preview on volume change"

Fixes: 118534516
This reverts commit d7e9d35a.

Reason for revert: Users can adjust volume from volume slice without preview sound, so re-enable preview sound in Settings > Sound 

Change-Id: I009d4a915a900e74bdcf14fb6dabad2e4a497a82
parent d7e9d35a
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, false /* playSample */);
        this(context, streamType, defaultUri, callback, true /* playSample */);
    }

    public SeekBarVolumizer(