Build updates

This commit is contained in:
Mike Barnes 2026-01-02 20:16:36 +11:00
commit 0ae783726e
2 changed files with 11 additions and 5 deletions

View file

@ -544,12 +544,12 @@ public class NotificationsAdapter extends RecyclerView.Adapter<RecyclerView.View
break;
}
case STATUS: {
icon = getIconWithColor(context, R.drawable.ic_home_24dp, R.color.tusky_blue);
icon = getIconWithColor(context, R.drawable.ic_home_24dp, R.color.chinwag_green);
format = context.getString(R.string.notification_subscription_format);
break;
}
case UPDATE: {
icon = getIconWithColor(context, R.drawable.ic_edit_24dp, R.color.tusky_blue);
icon = getIconWithColor(context, R.drawable.ic_edit_24dp, R.color.tusky_green);
format = context.getString(R.string.notification_update_format);
break;
}