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

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

Merge "Settings: No sound when change volume after check other sound"

parents 9a529b84 55132641
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ public class VolumeSeekBarPreference extends SeekBarPreference
    public void onActivityStop() {
        if (mVolumizer != null) {
            mVolumizer.stop();
            mVolumizer = null;
        }
    }