mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2026-06-11 17:14:15 -04:00
str fix
This commit is contained in:
@@ -513,7 +513,7 @@ public class LeanbackKeyboardContainer {
|
||||
|
||||
mSpeechRecognizer.startListening(mRecognizerIntent);
|
||||
} else {
|
||||
String noRecognition = "Seems that current device is not supporting voice recognition";
|
||||
String noRecognition = "Seems that the voice recognition is not enabled on your device";
|
||||
|
||||
MessageHelpers.showLongMessage(context, noRecognition);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user