Compare commits

...

2 Commits

2 changed files with 2 additions and 2 deletions

2
.github/FUNDING.yml vendored
View File

@ -1 +1 @@
open_collective: tusky
liberapay: chinwag

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);