Use COMPLETE category when sync finishes (jobobby04/TachiyomiSY#1385)

(cherry picked from commit 8d062cecfd708978472b29fd2406ce5eea00d50d)
This commit is contained in:
lord-ne 2025-03-02 11:37:07 -05:00 committed by Cuong-Tran
parent 249c4bb0c3
commit aba3a30613
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -36,7 +36,7 @@ class SyncNotifier(private val context: Context) {
}
private val completeNotificationBuilder = context.notificationBuilder(
Notifications.CHANNEL_BACKUP_RESTORE_PROGRESS,
Notifications.CHANNEL_BACKUP_RESTORE_COMPLETE,
) {
setSmallIcon(R.drawable.ic_komikku)
setColor(ContextCompat.getColor(context, R.color.ic_launcher))