Skip to content

Commit

Permalink
fix: emoji picker dialog showing randomly [#WPB-6681] (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbakhtiarov authored Jan 13, 2025
1 parent f21c93e commit 2f1c38d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fun EmojiPickerBottomSheet(
onDismiss.invoke()
}
findViewById<EmojiPickerView>(R.id.emoji_picker)?.setOnEmojiPickedListener { emojiViewItem ->
dismiss()
onEmojiSelected(emojiViewItem.emoji)
}
findViewById<BottomSheetDragHandleView>(R.id.handle)?.let { handle ->
Expand Down

0 comments on commit 2f1c38d

Please sign in to comment.