Fix backup/restore notification channel

This commit is contained in:
arkon
2020-04-21 19:17:55 -04:00
parent 2485ef8547
commit d8e7481118
3 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import eu.kanade.tachiyomi.util.system.notificationManager
internal class BackupNotifier(private val context: Context) {
private val notificationBuilder = context.notificationBuilder(Notifications.CHANNEL_DOWNLOADER) {
private val notificationBuilder = context.notificationBuilder(Notifications.CHANNEL_BACKUP_RESTORE) {
setLargeIcon(BitmapFactory.decodeResource(context.resources, R.mipmap.ic_launcher))
}