Skip to content

Commit a709f0b

Browse files
committed
songs page: fix visual glitch
1 parent 88790a4 commit a709f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/base/songs/page.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class _SongsPageState extends ConsumerState<SongsPage> {
4747
});
4848
}
4949

50-
bool filtersScrolled = true;
50+
bool filtersScrolled = false;
5151

5252
late OverlayPortalController _overlayPortalController;
5353
late ScrollController _filterExpansionScrollController;

0 commit comments

Comments
 (0)