1:修改礼物背包送礼异常
2:修改添加照片出现错乱问题 3:修改头像框不显示的问题 4:修改我的背包显示不正确的问题 5:修改明细、收支时间问题
This commit is contained in:
@@ -406,7 +406,8 @@ public class AvatarFrameView extends FrameLayout implements IAnimListener {
|
||||
Logger.d("AvatarFrameView", "Added to queue, queue size: " + playQueue.size() + ", url: " + url);
|
||||
|
||||
if (type2==3){
|
||||
playNextFromQueue();
|
||||
// playNextFromQueue();
|
||||
loadSVGA(url);
|
||||
}else {
|
||||
|
||||
// 如果当前没有在播放,则开始播放
|
||||
|
||||
@@ -111,6 +111,7 @@ public class RoomFriendshipWheatView extends BaseWheatView {
|
||||
if (isMute()) {
|
||||
ImageUtils.loadRes(R.mipmap.room_microphone_off, mIvSex);
|
||||
}
|
||||
mIvFrame.stopSvga();
|
||||
mIvFrame.setVisibility(INVISIBLE);
|
||||
mIvFace.remove();
|
||||
//停止声浪
|
||||
|
||||
@@ -94,6 +94,7 @@ public class RoomMakeWheatView extends BaseWheatView {
|
||||
if (isMute()){
|
||||
ImageUtils.loadRes(R.mipmap.room_microphone_off, mIvSex);
|
||||
}
|
||||
mIvFrame.stopSvga();
|
||||
mIvFrame.setVisibility(INVISIBLE);
|
||||
mIvFace.remove();
|
||||
//停止声浪
|
||||
|
||||
@@ -109,7 +109,7 @@ public class RoomSingSongWheatView extends BaseWheatView {
|
||||
if (isMute()) {
|
||||
ImageUtils.loadRes(R.mipmap.room_microphone_off, mIvSex);
|
||||
}
|
||||
|
||||
mIvFrame.stopSvga();
|
||||
mIvFrame.setVisibility(INVISIBLE);
|
||||
mIvFace.remove();
|
||||
mIvRipple.setVisibility(GONE);
|
||||
|
||||
@@ -73,6 +73,9 @@ public class ShareDialog extends BaseBottomSheetDialog<RoomDialogShareBinding> {
|
||||
mBinding.tvQq.setVisibility(GONE);
|
||||
mBinding.tvQqq.setVisibility(GONE);
|
||||
mBinding.rl.setVisibility(GONE);
|
||||
}else if (types == 4){
|
||||
mBinding.tvJub.setVisibility(GONE);
|
||||
mBinding.tvCopy.setVisibility(GONE);
|
||||
}
|
||||
if (mUserId.equals(SpUtil.getUserId()+"")){
|
||||
mBinding.shanc.setVisibility(VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user