Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feature/theme
Conflicts: lib/src/message_widget.dart lib/src/sending_indicator.dart
This commit is contained in:
@@ -125,7 +125,11 @@ class ChannelPreview extends StatelessWidget {
|
||||
padding: const EdgeInsets.only(right: 4.0),
|
||||
child: SendingIndicator(
|
||||
message: channel.state.lastMessage,
|
||||
allRead: channel.state.read
|
||||
size: StreamChatTheme.of(context)
|
||||
.channelPreviewTheme
|
||||
.lastMessageAt
|
||||
.fontSize,
|
||||
isMessageRead: channel.state.read
|
||||
.where((element) => element.lastRead
|
||||
.isAfter(channel
|
||||
.state.lastMessage.createdAt))
|
||||
|
||||
Reference in New Issue
Block a user