Skip to content
Snippets Groups Projects
Commit 5640cfd0 authored by MagicalSpyto's avatar MagicalSpyto
Browse files

music player da

parent 2c2b4515
No related branches found
No related tags found
No related merge requests found
...@@ -254,6 +254,7 @@ class HomePage extends StatelessWidget { ...@@ -254,6 +254,7 @@ class HomePage extends StatelessWidget {
} }
Future<void> checkIfAppIsActive(BuildContext context) async { Future<void> checkIfAppIsActive(BuildContext context) async {
try { try {
var isActive = await SpotifySdk.isSpotifyAppActive; var isActive = await SpotifySdk.isSpotifyAppActive;
final snackBar = SnackBar( final snackBar = SnackBar(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment