Revert download notification icon changes

This commit is contained in:
arkon
2021-12-12 11:14:47 -05:00
parent ecd5414287
commit 7f998ecdbd
5 changed files with 8 additions and 17 deletions

View File

@@ -103,7 +103,7 @@ class SaveImageNotifier(private val context: Context) {
with(notificationBuilder) {
setContentTitle(context.getString(R.string.download_notifier_title_error))
setContentText(error ?: context.getString(R.string.unknown_error))
setSmallIcon(R.drawable.ic_error_outline_24dp)
setSmallIcon(android.R.drawable.ic_menu_report_image)
}
updateNotification()
}