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

Commit 5f074067 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 712a8cca: Merge "VolumePreference.onActivityStop only stops playback"

* commit '712a8cca':
  VolumePreference.onActivityStop only stops playback
parents 44874c23 712a8cca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -109,7 +109,9 @@ public class VolumePreference extends SeekBarPreference implements
    }

    public void onActivityStop() {
        cleanup();
        if (mSeekBarVolumizer != null) {
            mSeekBarVolumizer.stopSample();
        }
    }

    /**