We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe256d commit 3954355Copy full SHA for 3954355
lib/widgets/rename_song_dialog.dart
@@ -64,7 +64,8 @@ class _RenameSongDialogState extends State<RenameSongDialog> {
64
65
if (newTitle.isEmpty || newArtist.isEmpty) {
66
final isMiniPlayerVisible = audioHandler.mediaItem.value != null;
67
- final bottomMargin = 12.0 + (isMiniPlayerVisible ? MiniPlayer.playerHeight : 0.0);
+ final bottomMargin =
68
+ 12.0 + (isMiniPlayerVisible ? MiniPlayer.playerHeight : 0.0);
69
70
ScaffoldMessenger.of(context).showSnackBar(
71
SnackBar(
lib/widgets/song_bar.dart
@@ -790,4 +790,3 @@ class _OnlineArtwork extends StatelessWidget {
790
);
791
}
792
793
-
0 commit comments