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

Commit b63e4ea6 authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 4117fd09: Merge change 6641 into donut

Merge commit '4117fd09'

* commit '4117fd09':
  Unbreaking the build.
parents a8544989 4117fd09
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -672,9 +672,6 @@ public class TtsService extends Service implements OnCompletionListener {
            if (mSpeechQueue.size() > 0) {
                mSpeechQueue.remove(0);
            }
        } catch (InterruptedException e) {
            Log.e("TTS processSpeechQueue", "tryLock interrupted");
            e.printStackTrace();
        } finally {
            // This check is needed because finally will always run; even if the
            // method returns somewhere in the try block.