Change cupertinoActivitYIndicator to cicularProgressIndicator
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -592,7 +592,7 @@ class _MessageListViewState extends State<MessageListView> {
|
||||
return Center(
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: const CupertinoActivityIndicator(),
|
||||
child: const CircularProgressIndicator(),
|
||||
),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user