We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a983d1d commit 827803bCopy full SHA for 827803b
packages/flyer_chat_video_message/lib/src/flyer_chat_video_message.dart
@@ -206,8 +206,8 @@ class _FlyerChatVideoMessageState extends State<FlyerChatVideoMessage> {
206
final timeAndStatus =
207
widget.showTime || (isSentByMe && widget.showStatus)
208
? TimeAndStatus(
209
- time: widget.message.time,
210
- status: widget.message.status,
+ time: widget.message.resolvedTime,
+ status: widget.message.resolvedStatus,
211
showTime: widget.showTime,
212
showStatus: isSentByMe && widget.showStatus,
213
backgroundColor:
0 commit comments