mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
bugfix in the android app
This commit is contained in:
@@ -529,7 +529,8 @@ public class TranslatorInputMethodService extends InputMethodService
|
||||
updateLanguageKeyboard(newSource);
|
||||
mSymbolsKeyboard.updateLanguageKeyLabels();
|
||||
mSymbolsShiftedKeyboard.updateLanguageKeyLabels();
|
||||
mInputView.setKeyboard(mCurKeyboard);
|
||||
if (mInputView != null)
|
||||
mInputView.setKeyboard(mCurKeyboard);
|
||||
}
|
||||
|
||||
private void updateLanguageKeyboard(Language language) {
|
||||
|
||||
Reference in New Issue
Block a user