Merge pull request #767 from t-m-w/fix-title-of-restore-notification-channel
Fix title of restore notification channel
This commit is contained in:
commit
5f8e85944a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ internal class BackupNotificationManager(private val context: Context) {
|
|||
}
|
||||
|
||||
private fun getRestoreChannel(): NotificationChannel {
|
||||
val title = context.getString(R.string.notification_restore_error_channel_title)
|
||||
val title = context.getString(R.string.notification_restore_channel_title)
|
||||
return NotificationChannel(CHANNEL_ID_RESTORE, title, IMPORTANCE_LOW)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue