修改拍卖房结构,目前修改到拍卖者上麦下麦
This commit is contained in:
@@ -367,7 +367,7 @@ public class AvatarFrameView extends FrameLayout implements IAnimListener {
|
||||
// 在主线程中播放动画
|
||||
mainHandler.post(() -> {
|
||||
if (isTxk) {
|
||||
mBinding.playView.setLoop(20);
|
||||
mBinding.playView.setLoop(1);
|
||||
}
|
||||
mBinding.playView.startPlay(downloadedFile);
|
||||
});
|
||||
@@ -381,7 +381,7 @@ public class AvatarFrameView extends FrameLayout implements IAnimListener {
|
||||
LogUtils.e("有缓存");
|
||||
// 直接播放缓存文件
|
||||
if (isTxk) {
|
||||
mBinding.playView.setLoop(20);
|
||||
mBinding.playView.setLoop(1);
|
||||
}
|
||||
mBinding.playView.startPlay(file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user