diff --git a/lib/screens/player_screen.dart b/lib/screens/player_screen.dart index ac36ad01..40be4589 100644 --- a/lib/screens/player_screen.dart +++ b/lib/screens/player_screen.dart @@ -219,7 +219,6 @@ class _PlayerScreenContent extends ConsumerWidget { child: Scaffold( appBar: AppBar( backgroundColor: Colors.transparent, - toolbarOpacity: 0.0, systemOverlayStyle: SystemUiOverlayStyle( // this is needed to ensure the player screen stays in full screen mode WITHOUT having contrast issues in the status bar systemNavigationBarColor: Colors.transparent,