Changing stuff back to moshidon again

This commit is contained in:
LucasGGamerM
2022-12-22 15:32:32 -03:00
parent 481241c4f6
commit ba3f6c4f95
12 changed files with 44 additions and 44 deletions

View File

@@ -142,7 +142,7 @@ public class PushNotificationReceiver extends BroadcastReceiver{
.setShowWhen(true)
.setCategory(Notification.CATEGORY_SOCIAL)
.setAutoCancel(true)
.setColor(UiUtils.getThemeColor(context, R.attr.colorPrimary700));
.setColor(context.getColor(R.color.shortcut_icon_background));
switch (pn.notificationType) {
case FAVORITE -> builder.setSmallIcon(R.drawable.ic_fluent_star_24_filled);
case REBLOG -> builder.setSmallIcon(R.drawable.ic_fluent_arrow_repeat_all_24_filled);