We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ee477 commit 91c5c86Copy full SHA for 91c5c86
android/src/main/java/com/wenkesj/voice/VoiceModule.java
@@ -11,7 +11,7 @@
11
import android.speech.RecognitionService;
12
import android.speech.RecognizerIntent;
13
import android.speech.SpeechRecognizer;
14
-import android.support.annotation.NonNull;
+import androidx.annotation.NonNull;
15
import android.util.Log;
16
17
import com.facebook.react.bridge.Arguments;
@@ -59,7 +59,7 @@ private void startListening(ReadableMap opts) {
59
speech.destroy();
60
speech = null;
61
}
62
-
+
63
if(opts.hasKey("RECOGNIZER_ENGINE")) {
64
switch (opts.getString("RECOGNIZER_ENGINE")) {
65
case "GOOGLE": {
0 commit comments