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)
|
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
|
||||||
|
|
Loading…
Reference in New Issue