fix format
This commit is contained in:
@@ -993,9 +993,9 @@ class _StreamMessageWidgetState extends State<StreamMessageWidget>
|
|||||||
showReactionPickerTail: widget.showReactionPickerTail,
|
showReactionPickerTail: widget.showReactionPickerTail,
|
||||||
showReactions: showReactions,
|
showReactions: showReactions,
|
||||||
onReactionsTap: () {
|
onReactionsTap: () {
|
||||||
widget.onReactionsTap != null ? widget.onReactionsTap!(
|
widget.onReactionsTap != null
|
||||||
widget.message
|
? widget.onReactionsTap!(widget.message)
|
||||||
) : _showMessageReactionsModal(context);
|
: _showMessageReactionsModal(context);
|
||||||
},
|
},
|
||||||
showUserAvatar: widget.showUserAvatar,
|
showUserAvatar: widget.showUserAvatar,
|
||||||
streamChat: _streamChat,
|
streamChat: _streamChat,
|
||||||
|
|||||||
Reference in New Issue
Block a user