Update editor info on client change

This commit is contained in:
Naveen 2022-07-31 14:35:03 +05:30
parent 11460028ff
commit b77e285a7e
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
keyboard = MyKeyboard(this, keyboardXml, enterKeyType)
keyboardView?.setKeyboard(keyboard!!)
keyboardView?.setEditorInfo(attribute)
updateShiftKeyState()
}