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

Commit 189848e8 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8498890 from 0c3e45d6 to tm-release

Change-Id: I54042e83f46f4884db7d1a55c95f1243877e6ba6
parents 555b8de8 0c3e45d6
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -510,11 +510,10 @@ public class InCallTonePlayer extends Thread {
     */
    @VisibleForTesting
    public void stopTone() {
        if (mState == STATE_ON) {
        Log.i(this, "stopTone: Stopping the tone %d.", mToneId);
        // Notify the playback to end early.
        mPlaybackLatch.countDown();
        }

        mState = STATE_STOPPED;
    }