diff --git a/app/src/main/java/org/thoughtcrime/securesms/gcm/FcmFetchForegroundService.kt b/app/src/main/java/org/thoughtcrime/securesms/gcm/FcmFetchForegroundService.kt index 7347544c94..90b22c9ebe 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/gcm/FcmFetchForegroundService.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/gcm/FcmFetchForegroundService.kt @@ -146,7 +146,7 @@ class FcmFetchForegroundService : Service() { startForeground( NotificationIds.FCM_FETCH, NotificationCompat.Builder(this, NotificationChannels.getInstance().OTHER) - .setSmallIcon(R.drawable.ic_notification) + .setSmallIcon(R.drawable.ic_signal_refresh) .setContentTitle(getString(R.string.BackgroundMessageRetriever_checking_for_messages)) .setCategory(NotificationCompat.CATEGORY_SERVICE) .setProgress(0, 0, true)