Skip to content

Commit

Permalink
fix: emoji picker dialog showing randomly [#WPB-6681]
Browse files Browse the repository at this point in the history
  • Loading branch information
sbakhtiarov committed Jan 13, 2025
1 parent f21c93e commit 6d02e01
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 6d02e01

Please sign in to comment.