Compare commits

..

No commits in common. "4bc56d9e16a0d3a9ba984daf4bc4b60b954b7db4" and "16f03cad24c5ae3f9a7149e65799bd10d3673ef0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
.github/FUNDING.yml vendored
View file

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

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.chinwag_green), PorterDuff.Mode.SRC_ATOP);
R.color.tusky_blue), PorterDuff.Mode.SRC_ATOP);
}
format = context.getString(R.string.notification_subscription_format);