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

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

am 648dc03c: am 4dbd1bc6: am 5f074067: am 712a8cca: Merge...

am 648dc03c: am 4dbd1bc6: am 5f074067: am 712a8cca: Merge "VolumePreference.onActivityStop only stops playback"

* commit '648dc03c':
  VolumePreference.onActivityStop only stops playback
parents d136456e 648dc03c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -114,7 +114,9 @@ public class VolumePreference extends SeekBarDialogPreference implements
    }

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

    /**