mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 16:27:31 +00:00
fix: console spam about useless Expanded
Signed-off-by: Blake Leonard <me@blakes.dev>
This commit is contained in:
parent
92bf2dd3a5
commit
628b5715ba
@ -285,7 +285,6 @@ class UserLocalTracks extends HookConsumerWidget {
|
||||
onRefresh: () async {
|
||||
ref.invalidate(localTracksProvider);
|
||||
},
|
||||
child: Expanded(
|
||||
child: InterScrollbar(
|
||||
controller: controller,
|
||||
child: CustomScrollView(
|
||||
@ -389,7 +388,6 @@ class UserLocalTracks extends HookConsumerWidget {
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
loading: () => Expanded(
|
||||
child: Skeletonizer(
|
||||
enabled: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user