bug fix
This commit is contained in:
@@ -1433,7 +1433,7 @@ class RoomEffectView @JvmOverloads constructor(
|
|||||||
1.0f,
|
1.0f,
|
||||||
0.0f,
|
0.0f,
|
||||||
false
|
false
|
||||||
), "noble_text_tx"
|
), "noble_text_tx_"
|
||||||
)
|
)
|
||||||
val drawable = SVGADrawable(videoItem, dynamicEntity)
|
val drawable = SVGADrawable(videoItem, dynamicEntity)
|
||||||
svgaImageView.setImageDrawable(drawable)
|
svgaImageView.setImageDrawable(drawable)
|
||||||
|
@@ -386,6 +386,7 @@ public class UserInfoActivity extends BaseBindingActivity<ActivityUserInfoBindin
|
|||||||
bannerAdapter = identityState == OWN ? new SelfPhotoAdapter(list, this)
|
bannerAdapter = identityState == OWN ? new SelfPhotoAdapter(list, this)
|
||||||
: new UserInfoPhotoAdapter(list, this);
|
: new UserInfoPhotoAdapter(list, this);
|
||||||
mBinding.rollView.setAdapter(bannerAdapter);
|
mBinding.rollView.setAdapter(bannerAdapter);
|
||||||
|
mBinding.tvRollHint.setText("1/" + list.size());
|
||||||
//设置透明度
|
//设置透明度
|
||||||
mBinding.rollView.setAnimationDurtion(500);
|
mBinding.rollView.setAnimationDurtion(500);
|
||||||
}
|
}
|
||||||
|
@@ -977,8 +977,8 @@ public final class IMNetEaseManager {
|
|||||||
case CUSTOM_MSG_SUB_RADISH_ALL_ROOM_NOTIFY_BY_SVGA:
|
case CUSTOM_MSG_SUB_RADISH_ALL_ROOM_NOTIFY_BY_SVGA:
|
||||||
if (showRadishMsg) {
|
if (showRadishMsg) {
|
||||||
addMessages(msg);
|
addMessages(msg);
|
||||||
noticeRadish(msg, second);
|
|
||||||
}
|
}
|
||||||
|
noticeRadish(msg, second);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user