diff --git a/lib/src/message_list_view.dart b/lib/src/message_list_view.dart index b56add20..e2807775 100644 --- a/lib/src/message_list_view.dart +++ b/lib/src/message_list_view.dart @@ -592,7 +592,7 @@ class _MessageListViewState extends State { return Center( child: Padding( padding: const EdgeInsets.all(8.0), - child: const CupertinoActivityIndicator(), + child: const CircularProgressIndicator(), ), ); });