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

Commit 29799080 authored by Mark Renouf's avatar Mark Renouf
Browse files

Make InternalListener static to avoid referencing SpeechRecognizer.

Change-Id: I03bc1a5f5188551608395f3468aa69e622601820
(cherry picked from commit b37866db)
parent 97a05b39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -409,7 +409,7 @@ public class SpeechRecognizer {
     * Internal wrapper of IRecognitionListener which will propagate the results to
     * RecognitionListener
     */
    private class InternalListener extends IRecognitionListener.Stub {
    private static class InternalListener extends IRecognitionListener.Stub {
        private RecognitionListener mInternalListener;

        private final static int MSG_BEGINNING_OF_SPEECH = 1;