updating some colors for the white theme
This commit is contained in:
parent
6e10df81d0
commit
26710c572f
4 changed files with 8 additions and 4 deletions
|
|
@ -709,7 +709,7 @@ fun Context.showMessageNotification(address: String, body: String, threadId: Lon
|
|||
val builder = NotificationCompat.Builder(this, NOTIFICATION_CHANNEL)
|
||||
.setContentTitle(sender)
|
||||
.setContentText(body)
|
||||
.setColor(config.primaryColor)
|
||||
.setColor(getAdjustedPrimaryColor())
|
||||
.setSmallIcon(R.drawable.ic_messenger)
|
||||
.setLargeIcon(largeIcon)
|
||||
.setStyle(NotificationCompat.BigTextStyle().setSummaryText(summaryText).bigText(body))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue