Skip to content

Commit

Permalink
songs page: fix visual glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
RedyAu committed Nov 11, 2024
1 parent 88790a4 commit a709f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/base/songs/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class _SongsPageState extends ConsumerState<SongsPage> {
});
}

bool filtersScrolled = true;
bool filtersScrolled = false;

late OverlayPortalController _overlayPortalController;
late ScrollController _filterExpansionScrollController;
Expand Down

0 comments on commit a709f0b

Please sign in to comment.