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