取消Banner和开盘图片的裁切

修复主播直播间合集名字、图标错误
调整直播准备间文案
调整直播准备心愿单列表
调整直播间遮罩
调整进场动画svga动画
修复观众及个人中心头像svga闪烁和消失问题
This commit is contained in:
2022-09-28 14:08:05 +08:00
parent 8d98c6b5cc
commit c45cc7a990
24 changed files with 81 additions and 63 deletions

View File

@@ -146,7 +146,7 @@ public class PDLiveConversationListActivity extends AbsActivity implements View.
public void onComplete(SVGAVideoEntity videoItem) {
SVGADrawable drawable = new SVGADrawable(videoItem);
guidSvga.setImageDrawable(drawable);
SVGAViewUtils.playEndClear(guidSvga);
SVGAViewUtils.playEndClear(guidSvga,false);
}
@Override

View File

@@ -211,7 +211,8 @@ public class MainHomeLiveViewHolder extends AbsMainHomeChildViewHolder implement
new_data = JSON.parseArray(Arrays.toString(info), LiveBean.class);
}
}
// new_data.clear();
// mBannerList.clear();
return new_data;
}

View File

@@ -313,7 +313,7 @@ public class MainMeViewHolder extends AbsMainViewHolder implements OnItemClickLi
public void onComplete(SVGAVideoEntity videoItem) {
SVGADrawable drawable = new SVGADrawable(videoItem);
gift_svga.setImageDrawable(drawable);
SVGAViewUtils.playEndClear(gift_svga);
SVGAViewUtils.playEndClear(gift_svga,false);
}
@Override