调整SVGA播放工具

This commit is contained in:
2024-08-02 16:23:42 +08:00
parent 40ba4b8aa8
commit 3b8aedaa17
2 changed files with 3 additions and 3 deletions

View File

@@ -538,7 +538,7 @@ public class LiveUserDialogFragment extends AbsDialogFragment implements View.On
public void onComplete(SVGAVideoEntity videoItem) {
SVGADrawable drawable = new SVGADrawable(videoItem);
gift_svga.setImageDrawable(drawable);
SVGAViewUtils.playEndClear(gift_svga);
SVGAViewUtils.playEndClear(gift_svga,true,0,null);
}
@Override