修复:

修改特效的设置
This commit is contained in:
18401019693
2022-08-24 13:25:44 +08:00
parent 14581ffebc
commit c1ee03ccbd
4 changed files with 16 additions and 19 deletions

View File

@@ -414,7 +414,7 @@ public class LiveEnterRoomAnimPresenter {
colocNow = "#" + car.getCar_colour();
playText = car.getUser_nicename() + mContext.getResources().getString(R.string.enter_room);
}
if (IMLoginManager.get(mContext).getUserInfo().isMountEffect()){
if (IMLoginManager.get(mContext).isMountEffect()){
GifCacheUtil.getFile(Constants.GIF_CAR_PREFIX + id, url1, "0", mDownloadGifCallback);
}

View File

@@ -796,7 +796,7 @@ public class LiveGiftAnimPresenter {
}
} else {
if ((bean.getGifUrl().contains("svga") || bean.getGifUrl().contains("gif")) &&
IMLoginManager.get(mContext).getUserInfo().isGiftEffect()) {
IMLoginManager.get(mContext).isGiftEffect()) {
//同一直播间,玩家自己送礼物,也能看到全服通知
//同一直播间,其他玩家也能看到全服通知