Skip to content

Commit

Permalink
fix: alternative track source safearea overflow #876
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Nov 14, 2023
1 parent 2e2c44f commit 7b72a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/player/sibling_tracks_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class SiblingTracksSheet extends HookConsumerWidget {
duration: const Duration(milliseconds: 300),
child: Container(
height: isSearching.value && mediaQuery.smAndDown
? mediaQuery.size.height - mediaQuery.padding.top
? mediaQuery.size.height - 50
: mediaQuery.size.height * .6,
decoration: BoxDecoration(
borderRadius: borderRadius,
Expand Down

0 comments on commit 7b72a90

Please sign in to comment.