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

Commit 341435ed authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: no notification sound when adjusting volume bar twice."

parents a15ade9a 286efd55
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -370,6 +370,9 @@ public class VolumePreference extends SeekBarDialogPreference implements
        }

        public void onStartTrackingTouch(SeekBar seekBar) {
            if (isSamplePlaying()) {
                stopSample();
            }
        }

        public void onStopTrackingTouch(SeekBar seekBar) {