mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-17 20:30:36 +01:00
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…
x
Reference in New Issue
Block a user