File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
java/cc/chenhe/qqnotifyevo/core Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ abstract class NotificationProcessor(context: Context) {
403403 val channelId = getChannelId(channel)
404404
405405 val color = ContextCompat .getColor(context,
406- if (channel == NotifyChannel .QZONE ) R .color.colorQzone else R .color.colorPrimary )
406+ if (channel == NotifyChannel .QZONE ) R .color.colorQzoneIcon else R .color.colorConversationIcon )
407407
408408 @Suppress(" DEPRECATION" )
409409 val builder = NotificationCompat .Builder (context, channelId)
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33 <color name =" colorPrimary" >#4284F3</color >
4- <color name =" colorQzone" >#fece00</color >
4+
5+ <!-- 通知栏图标 -->
6+ <color name =" colorQzoneIcon" >#fece00</color >
7+ <color name =" colorConversationIcon" >#1ED0FC</color >
58</resources >
You can’t perform that action at this time.
0 commit comments