Skip to content

Commit

Permalink
fix: Syncing media notification getting stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
criticalAY committed Jan 5, 2025
1 parent ea311c9 commit 4cff670
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ class SyncMediaWorker(
setContentTitle(CollectionManager.TR.syncMediaFailed())
}
return Result.failure()
} finally {
Timber.i("SyncMediaWorker stopped, notification cleared")
notificationManager.cancel(NotificationId.SYNC_MEDIA)
}

Timber.d("SyncMediaWorker: success")
Expand Down

0 comments on commit 4cff670

Please sign in to comment.