mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Fix keyboard animation when going back from emoji-search.
This commit is contained in:
committed by
jeffrey-signal
parent
559a665831
commit
188f1c52a9
@@ -4718,12 +4718,16 @@ class ConversationFragment :
|
||||
}
|
||||
|
||||
override fun onKeyboardHidden() {
|
||||
closeEmojiSearch()
|
||||
|
||||
if (searchMenuItem?.isActionViewExpanded == true && searchMenuItem?.actionView?.hasFocus() == true) {
|
||||
searchMenuItem?.actionView?.clearFocus()
|
||||
}
|
||||
}
|
||||
|
||||
override fun onKeyboardAnimationEnded() {
|
||||
if (!container.isKeyboardShowing) {
|
||||
closeEmojiSearch()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//endregion
|
||||
|
||||
Reference in New Issue
Block a user