Skip to content

Commit

Permalink
fix build failing due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Nov 11, 2024
1 parent fe7dac0 commit d8c0c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/player_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class _PlayerScreenContent extends ConsumerWidget {
screenOrientation);
if (controller.useLandscape) {
return Row(
crossAxisAlignment: CrossAxisAliingnment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
SizedBox(
width: controller.albumSize.width,
Expand Down

0 comments on commit d8c0c15

Please sign in to comment.