Using only SendingIndicatorBuilder (rename from SendingIndicatorWrapper)
This commit is contained in:
@@ -302,12 +302,13 @@ class ChannelPreview extends StatelessWidget {
|
||||
it.type == 'giphy')
|
||||
.isNotEmpty;
|
||||
|
||||
return SendingIndicatorWrapper(
|
||||
return SendingIndicatorBuilder(
|
||||
messageTheme: streamChatTheme.ownMessageTheme,
|
||||
message: lastMessage,
|
||||
hasNonUrlAttachments: hasNonUrlAttachments,
|
||||
streamChat: streamChatState,
|
||||
streamChatTheme: streamChatTheme,
|
||||
channel: channel,
|
||||
);
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user