Skip to content

Commit

Permalink
Update setLogo
Browse files Browse the repository at this point in the history
  • Loading branch information
okcaptain committed Aug 11, 2024
1 parent 3b9dbd8 commit 91776f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public void setLoading(boolean loading) {
}

private void setLogo() {
Glide.with(this).load(UrlUtil.convert(VodConfig.get().getConfig().getLogo())).circleCrop().override(Target.SIZE_ORIGINAL, Target.SIZE_ORIGINAL).listener(getListener()).into(mBinding.logo);
Glide.with(App.get()).load(UrlUtil.convert(VodConfig.get().getConfig().getLogo())).circleCrop().override(Target.SIZE_ORIGINAL, Target.SIZE_ORIGINAL).listener(getListener()).into(mBinding.logo);
}

private RequestListener<Drawable> getListener() {
Expand Down

0 comments on commit 91776f7

Please sign in to comment.