Use COMPLETE category when sync finishes (#1385)

This commit is contained in:
lord-ne 2025-03-02 11:37:07 -05:00 committed by GitHub
parent 614839c023
commit 8d062cecfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ class SyncNotifier(private val context: Context) {
} }
private val completeNotificationBuilder = context.notificationBuilder( private val completeNotificationBuilder = context.notificationBuilder(
Notifications.CHANNEL_BACKUP_RESTORE_PROGRESS, Notifications.CHANNEL_BACKUP_RESTORE_COMPLETE,
) { ) {
setLargeIcon(BitmapFactory.decodeResource(context.resources, R.mipmap.ic_launcher)) setLargeIcon(BitmapFactory.decodeResource(context.resources, R.mipmap.ic_launcher))
setSmallIcon(R.drawable.ic_tachi) setSmallIcon(R.drawable.ic_tachi)