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

Commit fd1a02d9 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:...

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

Change-Id: I0ed31e1c4e8b1a74a2aca2288876ca57f05ca79c
parents db42c265 61a420df
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;
        }
    }