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

Commit 712a8cca authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Code Review
Browse files

Merge "VolumePreference.onActivityStop only stops playback"

parents c962512c a458868f
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();
        }
    }

    /**