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

Commit 161e3d14 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

Change-Id: I467cb1cc5e0dbe49e383c7eace0be4475c21f762
parents 957c4d77 c0fdbab1
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;
        }
    }