Status notification colour set for Chinwag theme

This commit is contained in:
Mike Barnes 2021-03-09 08:51:28 +11:00
parent 332b8eed27
commit 4bc56d9e16
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ public class NotificationsAdapter extends RecyclerView.Adapter {
icon = ContextCompat.getDrawable(context, R.drawable.ic_home_24dp);
if (icon != null) {
icon.setColorFilter(ContextCompat.getColor(context,
R.color.tusky_blue), PorterDuff.Mode.SRC_ATOP);
R.color.chinwag_green), PorterDuff.Mode.SRC_ATOP);
}
format = context.getString(R.string.notification_subscription_format);