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

Commit 9dbd34a3 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

Change-Id: Ie08f168cc2bf544d1f44a05f100a47d50ae15dd5
parents 0ff0487b 161e3d14
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ public class VolumeSeekBarPreference extends SeekBarPreference {
        mStopped = true;
        if (mVolumizer != null) {
            mVolumizer.stop();
            mVolumizer = null;
        }
    }