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

Commit 83b08e46 authored by Joshua Imbriani's avatar Joshua Imbriani Committed by Android (Google) Code Review
Browse files

Merge "Moving to non-deprecated onError function for UtteranceProgressListener"

parents 7a42b4d1 b0672494
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2109,7 +2109,7 @@ public class TextToSpeech {
                    public void onError(String utteranceId, int errorCode) {
                        UtteranceProgressListener listener = mUtteranceProgressListener;
                        if (listener != null) {
                            listener.onError(utteranceId);
                            listener.onError(utteranceId, errorCode);
                        }
                    }