Fix wrong notification avatar being displayed sometimes (#1166)
This commit is contained in:
parent
26bea54230
commit
9b59a57356
1 changed files with 0 additions and 1 deletions
|
@ -503,7 +503,6 @@ public class NotificationsAdapter extends RecyclerView.Adapter {
|
|||
Picasso.with(context)
|
||||
.load(notificationAvatarUrl)
|
||||
.placeholder(R.drawable.avatar_default)
|
||||
.fit()
|
||||
.into(notificationAvatar);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue