mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Fix issue where emoji search bar got weird after tab switching.
This commit is contained in:
committed by
Alex Hart
parent
86bb7666ea
commit
333a206d36
@@ -104,6 +104,7 @@ class EmojiKeyboardPageFragment : Fragment(), EmojiEventListener, EmojiPageViewG
|
||||
|
||||
override fun onPageSelected() {
|
||||
viewModel.refreshRecentEmoji()
|
||||
appBarLayout.setExpanded(false, false)
|
||||
}
|
||||
|
||||
private fun updateCategoryTab(key: String) {
|
||||
|
||||
Reference in New Issue
Block a user