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

Commit 61a420df authored by Sheng Wang's avatar Sheng Wang Committed by android-build-merger
Browse files

Merge "Volume can not be updated in Sound&notification" am: c0fdbab1 am: 161e3d14

am: 9dbd34a3

Change-Id: I50a30452b6e0162070960ffdc35197ddef785609
parents 0a357570 9dbd34a3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ public class VolumeSeekBarPreference extends SeekBarPreference {
        mStopped = true;
        if (mVolumizer != null) {
            mVolumizer.stop();
            mVolumizer = null;
        }
    }