fix(ui, core): use CircularProgressIndicator.adaptive instead of material indicator.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -115,7 +115,7 @@ class StreamGiphyAttachment extends StreamAttachmentWidget {
|
||||
width: constraints?.maxHeight,
|
||||
height: constraints?.maxWidth,
|
||||
child: const Center(
|
||||
child: CircularProgressIndicator(),
|
||||
child: CircularProgressIndicator.adaptive(),
|
||||
),
|
||||
),
|
||||
imageUrl: imageUrl,
|
||||
|
||||
Reference in New Issue
Block a user