Tweak notification icon

This commit is contained in:
Ming Ming 2022-07-13 04:14:50 +08:00
parent 1f0c1b74c0
commit 98cca42245
6 changed files with 1 additions and 1 deletions

View file

@ -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