Use primary color for location notification item.

This commit is contained in:
Onuray Sahin 2022-03-21 17:27:14 +03:00
parent 334368083e
commit 7e5c293ebc
1 changed files with 1 additions and 0 deletions

View File

@ -529,6 +529,7 @@ class NotificationUtils @Inject constructor(private val context: Context,
.setContentTitle(stringProvider.getString(R.string.live_location_sharing_notification_title))
.setContentText(stringProvider.getString(R.string.live_location_sharing_notification_description))
.setSmallIcon(R.drawable.ic_attachment_location_live_white)
.setColor(ThemeUtils.getColor(context, android.R.attr.colorPrimary))
.setCategory(NotificationCompat.CATEGORY_LOCATION_SHARING)
.build()
}