CircularProgressIndicator.adaptive(
This commit is contained in:
parent
55d44929b9
commit
5796e41d2a
16 changed files with 37 additions and 24 deletions
|
|
@ -37,7 +37,8 @@ class ArchiveView extends StatelessWidget {
|
|||
));
|
||||
}
|
||||
if (!snapshot.hasData) {
|
||||
return Center(child: CircularProgressIndicator());
|
||||
return Center(
|
||||
child: CircularProgressIndicator.adaptive(strokeWidth: 2));
|
||||
} else {
|
||||
controller.archive = snapshot.data;
|
||||
if (controller.archive.isEmpty) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue