Use raster image for mailbox problem notifications

This commit is contained in:
Torsten Grote
2022-08-29 11:56:48 -03:00
parent 7aafbdd715
commit 3ac05e4b88
6 changed files with 19 additions and 1 deletions

View File

@@ -785,7 +785,7 @@ class AndroidNotificationManagerImpl implements AndroidNotificationManager,
NotificationCompat.Builder b = new NotificationCompat.Builder(
appContext, MAILBOX_PROBLEM_CHANNEL_ID);
b.setSmallIcon(R.drawable.ic_mailbox);
b.setSmallIcon(R.drawable.notification_mailbox);
b.setColor(getColor(appContext, R.color.briar_red_500));
b.setContentTitle(
appContext.getText(R.string.mailbox_error_notification_title));