Skip to content

Commit

Permalink
Fix notification reappearing when service was stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
nt4f04uNd committed Sep 29, 2021
1 parent a55f565 commit d090ee4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ public int onStartCommand(final Intent intent, int flags, int startId) {
}

public void stop() {
notificationCreated = false;
deactivateMediaSession();
stopSelf();
}
Expand Down

0 comments on commit d090ee4

Please sign in to comment.