From 0dc51d66e04548023c9c37b7491945e4a1288633 Mon Sep 17 00:00:00 2001 From: AlvaroRojas Date: Wed, 19 Jul 2023 11:58:19 +0200 Subject: [PATCH] Fixed bug when top charts would not show correct logged in status --- lib/Helpers/spotify_helper.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Helpers/spotify_helper.dart b/lib/Helpers/spotify_helper.dart index b8a2ea876..3cbfc330c 100644 --- a/lib/Helpers/spotify_helper.dart +++ b/lib/Helpers/spotify_helper.dart @@ -109,6 +109,7 @@ Future callSpotifyFunction({ 'spotifyTokenExpireAt', currentTime + int.parse(data[2]), ); + await Hive.box('settings').put('spotifySigned', true); if (function != null) { return MyApp.spotifyQueue.add(() async { Logger.root