Merge remote-tracking branch 'origin/新潘多拉_6.8.2' into 新潘多拉_6.8.2

# Conflicts:
#	live/src/main/java/com/yunbao/live/views/LiveRoomViewHolder.java
This commit is contained in:
ningwenqiang 2024-09-24 13:57:32 +08:00
commit ad44be5af8

View File

@ -911,8 +911,9 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
L.e("getIsFirstEntry:"+data.getEnterRoomInfo().getIsFirstEntry());
L.e("getIsNewUser:"+data.getEnterRoomInfo().getIsNewUser());
L.e("getIsattention:"+data.getEnterRoomInfo().getIsattention());
if(data.getEnterRoomInfo().getIsNewUser().equals("1")){
//检测是否是首次观看该直播间
if(data.getEnterRoomInfo().getIsFirstEntry().equals("1")&&data.getEnterRoomInfo().getIsNewUser().equals("1")){
if(data.getEnterRoomInfo().getIsFirstEntry().equals("1")){
mLiveRoomViewHolder.firstLookLiveNotify();
}
//判断是否有免费礼物
@ -922,6 +923,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
//观看200秒之后推送活动入口im消息
mLiveRoomViewHolder.firstTaskInlet1Notify();
}
}
@Override
public void onError(String error) {