Skip to content

Commit

Permalink
use adaptive circular progress indicator for broadcast list screen
Browse files Browse the repository at this point in the history
  • Loading branch information
julien4215 committed Aug 26, 2024
1 parent d4bec5a commit c745d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/broadcast/broadcasts_list_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class _BodyState extends ConsumerState<_Body> {

if (!broadcasts.hasValue && broadcasts.isLoading) {
return const Center(
child: CircularProgressIndicator(),
child: CircularProgressIndicator.adaptive(),
);
}

Expand Down

0 comments on commit c745d92

Please sign in to comment.