mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
bugfix in the android app
This commit is contained in:
@@ -529,6 +529,7 @@ public class TranslatorInputMethodService extends InputMethodService
|
|||||||
updateLanguageKeyboard(newSource);
|
updateLanguageKeyboard(newSource);
|
||||||
mSymbolsKeyboard.updateLanguageKeyLabels();
|
mSymbolsKeyboard.updateLanguageKeyLabels();
|
||||||
mSymbolsShiftedKeyboard.updateLanguageKeyLabels();
|
mSymbolsShiftedKeyboard.updateLanguageKeyLabels();
|
||||||
|
if (mInputView != null)
|
||||||
mInputView.setKeyboard(mCurKeyboard);
|
mInputView.setKeyboard(mCurKeyboard);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user