Skip to content

Commit

Permalink
Fix: Don't cover lyrics card transition with the app bar
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed May 30, 2024
1 parent 5142754 commit 9732974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/now_playing_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class NowPlayingPage extends StatelessWidget {
final size = MediaQuery.of(context).size;

return Scaffold(
appBar: AppBar(),
appBar: AppBar(backgroundColor: Colors.transparent),
body: StreamBuilder<MediaItem?>(
stream: audioHandler.mediaItem,
builder: (context, snapshot) {
Expand Down

0 comments on commit 9732974

Please sign in to comment.