Skip to content

Commit

Permalink
re-enable shrinking appbar for album screen
Browse files Browse the repository at this point in the history
- to prevent issues on small screens until the album screen has been properly redesigned
  • Loading branch information
Chaphasilor committed Apr 28, 2024
1 parent ee6d01e commit 47ac845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/AlbumScreen/album_screen_content.dart
Expand Up @@ -72,7 +72,7 @@ class _AlbumScreenContentState extends State<AlbumScreenContent> {
// should appear below the appbar.
// TODO: This height is affected by platform density.
expandedHeight: kToolbarHeight + 125 + 80,
collapsedHeight: kToolbarHeight + 125 + 80,
// collapsedHeight: kToolbarHeight + 125 + 80,
pinned: true,
flexibleSpace: AlbumScreenContentFlexibleSpaceBar(
parentItem: widget.parent,
Expand Down

0 comments on commit 47ac845

Please sign in to comment.