mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 23:19:21 +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
|
exception: Throwable
|
||||||
): Notification {
|
): Notification {
|
||||||
return NotificationCompat.Builder(this, CHANNEL_ID).run {
|
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")
|
setContentTitle("Failed enhancing image")
|
||||||
setContentText(exception.message)
|
setContentText(exception.message)
|
||||||
build()
|
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