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

Commit a3afae33 authored by Dave Sparks's avatar Dave Sparks Committed by Android (Google) Code Review
Browse files

Merge "Stop previous ringtone when silent is selected. Bug 2256593."

parents 247c7275 370dd391
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -276,6 +276,7 @@ public final class RingtonePickerActivity extends AlertActivity implements
    public void run() {
        
        if (mSampleRingtonePos == mSilentPos) {
            mRingtoneManager.stopPreviousRingtone();
            return;
        }