Stop previous ringtone when silent is selected. Bug 2256593.

This commit is contained in:
Dave Sparks
2010-02-26 17:04:52 -08:00
parent ccea766217
commit 370dd39132

View File

@@ -276,6 +276,7 @@ public final class RingtonePickerActivity extends AlertActivity implements
public void run() {
if (mSampleRingtonePos == mSilentPos) {
mRingtoneManager.stopPreviousRingtone();
return;
}