修复:
修改特效的设置
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
//同一直播间,玩家自己送礼物,也能看到全服通知
|
||||
//同一直播间,其他玩家也能看到全服通知
|
||||
|
||||
Reference in New Issue
Block a user