Merge "VolumePreference.onActivityStop only stops playback"

This commit is contained in:
Amith Yamasani
2011-08-11 12:29:34 -07:00
committed by Android Code Review

View File

@@ -109,7 +109,9 @@ public class VolumePreference extends SeekBarPreference implements
}
public void onActivityStop() {
cleanup();
if (mSeekBarVolumizer != null) {
mSeekBarVolumizer.stopSample();
}
}
/**