💄 Drawer won't slide to open if page can go back
💄 Fix album loading indicator
This commit is contained in:
@ -116,7 +116,8 @@ class _AlbumScreenState extends State<AlbumScreen> {
|
||||
),
|
||||
if (_isBusy)
|
||||
SliverToBoxAdapter(
|
||||
child: const CircularProgressIndicator().padding(all: 24),
|
||||
child:
|
||||
const CircularProgressIndicator().padding(all: 24).center(),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user