修复首页周星榜svga会消失的问题

修复Firebase可能没uid的问题
新增其他事件统计
This commit is contained in:
2022-10-27 15:28:43 +08:00
parent 2e2e5c7ec0
commit 6efcb75c31
6 changed files with 97 additions and 12 deletions

View File

@@ -67,6 +67,7 @@ public class MainHomeLiveWeekItemViewHolder<T> extends RecyclerView.ViewHolder {
public void onComplete(SVGAVideoEntity videoItem) {
SVGADrawable drawable = new SVGADrawable(videoItem);
weekSvga.setImageDrawable(drawable);
weekSvga.setTag("save");
SVGAViewUtils.playEndClear(weekSvga,false);
weekSvga.setClearsAfterStop(false);
}