earlier bug is not fixed, check is others apps show the issue so now it fixed

This commit is contained in:
DumperTag 2024-09-04 14:51:23 +05:30
parent ecee01859e
commit af2c961f75
1 changed files with 2 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
super.onVisibilityChanged(changedView, visibility) super.onVisibilityChanged(changedView, visibility)
closeClipboardManager() closeClipboardManager()
closeEmojiPalette() closeEmojiPalette()
keyboardViewBinding?.emojiPaletteHolder?.beGone()
if (visibility == VISIBLE) { if (visibility == VISIBLE) {
setupKeyboard(changedView) setupKeyboard(changedView)
} }
@ -280,6 +280,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
} }
keyboardViewBinding?.emojiPaletteHolder?.beGone() keyboardViewBinding?.emojiPaletteHolder?.beGone()
closeClipboardManager() closeClipboardManager()
removeMessages() removeMessages()
mKeyboard = keyboard mKeyboard = keyboard