修复:送礼全服通知展示多个礼物名字问题

This commit is contained in:
18401019693
2023-01-10 17:04:56 +08:00
parent 1ad9effe91
commit f26fb83fec
4 changed files with 15 additions and 9 deletions

View File

@@ -239,6 +239,7 @@ public class ImgLoader {
public void onResourceReady(@NonNull Drawable resource, @Nullable Transition<? super Drawable> transition) {
if (callback != null) {
callback.onLoadSuccess(resource);
}
}