update Glide to 4.15.0 (#3384)

This commit is contained in:
Konrad Pozniak 2023-02-27 08:54:26 +01:00 committed by GitHub
commit 9340e7a6f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View file

@ -599,7 +599,7 @@ public class NotificationsAdapter extends RecyclerView.Adapter<RecyclerView.View
if (statusDisplayOptions.showBotOverlay() && isBot) {
notificationAvatar.setVisibility(View.VISIBLE);
Glide.with(notificationAvatar)
.load(ContextCompat.getDrawable(notificationAvatar.getContext(), R.drawable.bot_badge))
.load(R.drawable.bot_badge)
.into(notificationAvatar);
} else {