Skip to content

Commit 827803b

Browse files
committed
Adapt to the new resolvedStatus / resolvedTime
1 parent a983d1d commit 827803b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flyer_chat_video_message/lib/src/flyer_chat_video_message.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ class _FlyerChatVideoMessageState extends State<FlyerChatVideoMessage> {
206206
final timeAndStatus =
207207
widget.showTime || (isSentByMe && widget.showStatus)
208208
? TimeAndStatus(
209-
time: widget.message.time,
210-
status: widget.message.status,
209+
time: widget.message.resolvedTime,
210+
status: widget.message.resolvedStatus,
211211
showTime: widget.showTime,
212212
showStatus: isSentByMe && widget.showStatus,
213213
backgroundColor:

0 commit comments

Comments
 (0)