fix(language): fix review code from @tibbi

Signed-off-by: Hung <>
This commit is contained in:
Henry
2023-06-27 11:43:23 +07:00
committed by Hung
parent 177be0205f
commit 0ead92bab0
4 changed files with 8 additions and 11 deletions

View File

@ -418,9 +418,9 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
}
setupEmojiPalette(toolbarColor = toolbarColor, backgroundColor = mBackgroundColor, textColor = mTextColor)
if(context.config.keyboardLanguage == LANGUAGE_VIETNAMESE_TELEX){
if (context.config.keyboardLanguage == LANGUAGE_VIETNAMESE_TELEX) {
setupLanguageTelex()
}else{
} else {
cachedVNTelexData.clear()
}
setupStoredClips()