From c072d59212c78b457c4367231bbba442b978ef94 Mon Sep 17 00:00:00 2001 From: Yuriy Liskov Date: Thu, 30 Jan 2020 04:06:00 +0200 Subject: [PATCH] str fix --- .../android/leanback/ime/LeanbackKeyboardContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/keyboard/android/leanback/ime/LeanbackKeyboardContainer.java b/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/keyboard/android/leanback/ime/LeanbackKeyboardContainer.java index 1bcc749..fe0961e 100644 --- a/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/keyboard/android/leanback/ime/LeanbackKeyboardContainer.java +++ b/leankeykeyboard/src/main/java/com/liskovsoft/leankeyboard/keyboard/android/leanback/ime/LeanbackKeyboardContainer.java @@ -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);