fix(ui): remove deprecated showReactionPickerTail parameter in StreamMessageWidget

This commit is contained in:
Efthymis Sarmpanis
2023-12-04 13:06:52 +02:00
parent 2d2f5fe572
commit ed16cb82d0
2 changed files with 1 additions and 14 deletions
@@ -23,6 +23,7 @@
- Removed deprecated `showConfirmationDialog` method. Use `showConfirmationBottomSheet` instead.
- Removed deprecated `showInfoDialog` method. Use `showInfoBottomSheet` instead.
- Removed deprecated `wrapAttachmentWidget` method. Use `WrapAttachmentWidget` class instead.
- Removed deprecated `showReactionPickerTail` parameter. Use `showReactionPicker` instead.
✅ Added