update
This commit is contained in:
@@ -267,8 +267,6 @@ export class ChatPanel extends li_BaseView implements IChatPanelCallback {
|
||||
// this.videoLayer.playVideo(currentVideo, { size, position });
|
||||
}
|
||||
onChatCountChange() {
|
||||
if (NavigationManager.Instance.getCurrentActivePanel() != PanelType.CHAT)
|
||||
return;
|
||||
console.log("Trigger On ChatCount Change");
|
||||
const girlData = DataManager.I.getDataById<GirlData>(DataId.Girl);
|
||||
let triggerId = girlData.getTriggerGrilPhotoId(this.categoryId, this.id);
|
||||
|
||||
Reference in New Issue
Block a user