fix: storage indicator (#22077)

This commit is contained in:
Alex
2025-09-16 12:46:48 -05:00
committed by GitHub
parent f05ef81c4f
commit 4e9bdd5e6c
4 changed files with 5 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ class LocalTimelinePage extends StatelessWidget {
child: Timeline(
appBar: MesmerizingSliverAppBar(title: album.name),
bottomSheet: const LocalAlbumBottomSheet(),
showStorageIndicator: true,
),
);
}