Use COMPLETE category when sync finishes (jobobby04/TachiyomiSY#1385)
(cherry picked from commit 8d062cecfd708978472b29fd2406ce5eea00d50d)
This commit is contained in:
parent
249c4bb0c3
commit
aba3a30613
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue