Use new Signal logo for more notifications.

This commit is contained in:
Cody Henthorne
2021-03-17 12:46:12 -04:00
committed by Greyson Parrelli
parent 5d96bc2d3a
commit 1f9afb6c6e
27 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ public class BackgroundMessageRetriever {
}
synchronized (this) {
try (DelayedNotificationController controller = GenericForegroundService.startForegroundTaskDelayed(context, context.getString(R.string.BackgroundMessageRetriever_checking_for_messages), showNotificationAfterMs)) {
try (DelayedNotificationController controller = GenericForegroundService.startForegroundTaskDelayed(context, context.getString(R.string.BackgroundMessageRetriever_checking_for_messages), showNotificationAfterMs, R.drawable.ic_signal_refresh)) {
PowerManager.WakeLock wakeLock = null;
try {