earlier bug is not fixed, check is others apps show the issue so now it fixed
This commit is contained in:
parent
ecee01859e
commit
af2c961f75
|
@ -264,7 +264,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||
super.onVisibilityChanged(changedView, visibility)
|
||||
closeClipboardManager()
|
||||
closeEmojiPalette()
|
||||
|
||||
keyboardViewBinding?.emojiPaletteHolder?.beGone()
|
||||
if (visibility == VISIBLE) {
|
||||
setupKeyboard(changedView)
|
||||
}
|
||||
|
@ -280,6 +280,7 @@ class MyKeyboardView @JvmOverloads constructor(context: Context, attrs: Attribut
|
|||
}
|
||||
|
||||
keyboardViewBinding?.emojiPaletteHolder?.beGone()
|
||||
|
||||
closeClipboardManager()
|
||||
removeMessages()
|
||||
mKeyboard = keyboard
|
||||
|
|
Loading…
Reference in New Issue