fix: Format
This commit is contained in:
parent
af0b975736
commit
db042fd3bd
10 changed files with 48 additions and 27 deletions
|
|
@ -42,7 +42,8 @@ class ArchiveView extends StatelessWidget {
|
|||
} else {
|
||||
controller.archive = snapshot.data;
|
||||
if (controller.archive.isEmpty) {
|
||||
return const Center(child: Icon(Icons.archive_outlined, size: 80));
|
||||
return const Center(
|
||||
child: Icon(Icons.archive_outlined, size: 80));
|
||||
}
|
||||
return ListView.builder(
|
||||
itemCount: controller.archive.length,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue