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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 2 deletions

View file

@ -15,6 +15,7 @@ class MainTimelinePage extends ConsumerWidget {
return Timeline(
topSliverWidget: const SliverToBoxAdapter(child: DriftMemoryLane()),
topSliverWidgetHeight: hasMemories ? 200 : 0,
showStorageIndicator: true,
);
}
}