🐛 Try to fix github action build error

This commit is contained in:
2025-02-15 13:34:23 +08:00
parent 0b31d32217
commit 251fbb2503
2 changed files with 8 additions and 3 deletions

View File

@ -123,8 +123,10 @@ class _AlbumScreenState extends State<AlbumScreen> {
),
if (_isBusy)
SliverToBoxAdapter(
child:
const CircularProgressIndicator().padding(all: 24).center(),
child: Padding(
padding: const EdgeInsets.all(24),
child: const CircularProgressIndicator(),
).center(),
),
],
),