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