bugfix in the android app

This commit is contained in:
kr.angelov
2013-11-28 20:00:17 +00:00
parent 123d2098dd
commit ab0cd56b40

View File

@@ -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) {