Compare commits
2 commits
16f03cad24
...
4bc56d9e16
Author | SHA1 | Date | |
---|---|---|---|
4bc56d9e16 | |||
332b8eed27 |
2 changed files with 2 additions and 2 deletions
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
|
@ -1 +1 @@
|
|||
open_collective: tusky
|
||||
liberapay: chinwag
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue