Changing notif colors back to normal
This commit is contained in:
parent
29cc73e84e
commit
7c01809eb3
|
@ -151,7 +151,7 @@ public class PushNotificationReceiver extends BroadcastReceiver{
|
||||||
.setShowWhen(true)
|
.setShowWhen(true)
|
||||||
.setCategory(Notification.CATEGORY_SOCIAL)
|
.setCategory(Notification.CATEGORY_SOCIAL)
|
||||||
.setAutoCancel(true)
|
.setAutoCancel(true)
|
||||||
.setColor(context.getColor(R.color.primary_700))
|
.setColor(context.getColor(R.color.shortcut_icon_background))
|
||||||
.setGroup(accountID);
|
.setGroup(accountID);
|
||||||
|
|
||||||
if (!GlobalUserPreferences.uniformNotificationIcon) {
|
if (!GlobalUserPreferences.uniformNotificationIcon) {
|
||||||
|
|
Loading…
Reference in New Issue