Skip to content

Commit

Permalink
Removed misleading message that the app is not connected
Browse files Browse the repository at this point in the history
  • Loading branch information
fotiDim committed Apr 9, 2021
1 parent 57a4132 commit 3ac3f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ class _HomeState extends State<Home> {
var playerState = snapshot.data;

if (playerState == null || track == null) {
return const Center(
child: Text('Not connected'),
return Center(
child: Container(),
);
}

Expand Down

0 comments on commit 3ac3f90

Please sign in to comment.