chore: migrate and update tests.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -30,14 +30,13 @@ class StreamSendingIndicator extends StatelessWidget {
|
||||
color: StreamChatTheme.of(context).colorTheme.accentPrimary,
|
||||
);
|
||||
}
|
||||
if (message.status == MessageSendingStatus.sent) {
|
||||
if (message.state.isCompleted) {
|
||||
return StreamSvgIcon.check(
|
||||
size: size,
|
||||
color: StreamChatTheme.of(context).colorTheme.textLowEmphasis,
|
||||
);
|
||||
}
|
||||
if (message.status == MessageSendingStatus.sending ||
|
||||
message.status == MessageSendingStatus.updating) {
|
||||
if (message.state.isOutgoing) {
|
||||
return Icon(
|
||||
Icons.access_time,
|
||||
size: size,
|
||||
|
||||
Reference in New Issue
Block a user