Using only SendingIndicatorBuilder (rename from SendingIndicatorWrapper)

This commit is contained in:
Leandro Borges Ferreira
2023-02-15 17:33:23 +01:00
parent 6d97b8ac76
commit 06542da156
4 changed files with 25 additions and 12 deletions
@@ -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,
);
},
),