mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Use primary color for location notification item.
This commit is contained in:
parent
334368083e
commit
7e5c293ebc
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue