Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Fixed bug when top charts would not show correct logged in status
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroRojas committed Jul 19, 2023
1 parent a83aeb3 commit 0dc51d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Helpers/spotify_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Future<void> callSpotifyFunction({
'spotifyTokenExpireAt',
currentTime + int.parse(data[2]),
);
await Hive.box('settings').put('spotifySigned', true);
if (function != null) {
return MyApp.spotifyQueue.add(() async {
Logger.root
Expand Down

0 comments on commit 0dc51d6

Please sign in to comment.