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

Commit 648dc03c authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

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

* commit '4dbd1bc6':
  VolumePreference.onActivityStop only stops playback
parents 9903da81 4dbd1bc6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -114,7 +114,9 @@ public class VolumePreference extends SeekBarPreference implements
    }

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

    /**