mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 13:19:23 +00:00
fix(android/engine): Remove Sentry log about fallback keyboard
This commit is contained in:
parent
9df408856b
commit
ec8eac9e47
1 changed files with 1 additions and 1 deletions
|
|
@ -1840,7 +1840,7 @@ public final class KMManager {
|
|||
// Revert to default (index 0) or fallback keyboard
|
||||
keyboardInfo = KMManager.getKeyboardInfo(context, 0);
|
||||
if (keyboardInfo == null) {
|
||||
KMLog.LogError(TAG, "No keyboards installed. Reverting to fallback");
|
||||
// Not logging to Sentry because some keyboard apps like FV don't install keyboards until the user chooses
|
||||
keyboardInfo = KMManager.getDefaultKeyboard(context);
|
||||
}
|
||||
if (keyboardInfo != null) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue