mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Tweak notification icon
This commit is contained in:
parent
1f0c1b74c0
commit
98cca42245
6 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ class ImageProcessorService : Service() {
|
|||
exception: Throwable
|
||||
): Notification {
|
||||
return NotificationCompat.Builder(this, CHANNEL_ID).run {
|
||||
setSmallIcon(R.drawable.outline_image_white_24)
|
||||
setSmallIcon(R.drawable.outline_error_outline_white_24)
|
||||
setContentTitle("Failed enhancing image")
|
||||
setContentText(exception.message)
|
||||
build()
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 380 B |
Binary file not shown.
After Width: | Height: | Size: 246 B |
Binary file not shown.
After Width: | Height: | Size: 474 B |
Binary file not shown.
After Width: | Height: | Size: 695 B |
Binary file not shown.
After Width: | Height: | Size: 969 B |
Loading…
Reference in a new issue