CircularProgressIndicator.adaptive(
This commit is contained in:
parent
55d44929b9
commit
5796e41d2a
16 changed files with 37 additions and 24 deletions
|
|
@ -99,7 +99,9 @@ class SettingsNotificationsView extends StatelessWidget {
|
|||
);
|
||||
}
|
||||
if (snapshot.connectionState != ConnectionState.done) {
|
||||
Center(child: CircularProgressIndicator());
|
||||
Center(
|
||||
child: CircularProgressIndicator.adaptive(
|
||||
strokeWidth: 2));
|
||||
}
|
||||
final pushers = snapshot.data ?? [];
|
||||
return ListView.builder(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue