Use COMPLETE category when sync finishes (#1385)
This commit is contained in:
parent
614839c023
commit
8d062cecfd
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user