Changing notif colors back to normal

This commit is contained in:
LucasGGamerM 2023-01-27 16:02:24 -03:00
parent 29cc73e84e
commit 7c01809eb3
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class PushNotificationReceiver extends BroadcastReceiver{
.setShowWhen(true)
.setCategory(Notification.CATEGORY_SOCIAL)
.setAutoCancel(true)
.setColor(context.getColor(R.color.primary_700))
.setColor(context.getColor(R.color.shortcut_icon_background))
.setGroup(accountID);
if (!GlobalUserPreferences.uniformNotificationIcon) {