fix(ui): deprecate exposed showReactionPickerTail in MessageWidget

`showReactionPickerTail` property is bind with `showReactionPicker` as it is the only one needed to couple the reaction modal with the tail

Closes #1759
This commit is contained in:
Efthymis Sarmpanis
2023-11-02 15:08:53 +02:00
parent 354ae323b2
commit 02d686cc75
4 changed files with 118 additions and 12 deletions
@@ -1,3 +1,10 @@
# Upcoming
🐞 Fixed
- [[#1759]](https://github.com/GetStream/stream-chat-flutter/issues/1759) Fixed
The Reaction Picker is not being removed when I set showReactionPicker to false.
# 6.11.0
🐞 Fixed