Use different icon for 'fetching messages'.

Relates to #12904
This commit is contained in:
Greyson Parrelli
2025-06-16 08:43:51 -04:00
committed by Michelle Tang
parent f051ec43d4
commit 3571e22a79

View File

@@ -146,7 +146,7 @@ class FcmFetchForegroundService : Service() {
startForeground( startForeground(
NotificationIds.FCM_FETCH, NotificationIds.FCM_FETCH,
NotificationCompat.Builder(this, NotificationChannels.getInstance().OTHER) 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)) .setContentTitle(getString(R.string.BackgroundMessageRetriever_checking_for_messages))
.setCategory(NotificationCompat.CATEGORY_SERVICE) .setCategory(NotificationCompat.CATEGORY_SERVICE)
.setProgress(0, 0, true) .setProgress(0, 0, true)