测试更改

This commit is contained in:
18401019693
2022-11-18 10:34:51 +08:00
parent 324917672c
commit 6654fe0434
2 changed files with 8 additions and 4 deletions

View File

@@ -346,6 +346,10 @@ public class MainHomeCommunityViewHolder extends AbsMainHomeChildViewHolder impl
} else if (TextUtils.equals(event.getMethod(), "androidMethodLookToLive")) {
//看直播
gotoLive(event.getLiveId());
}else if (TextUtils.equals(event.getMethod(), "isCloseNavigation")){
if(nowMainActivity!=null) {
nowMainActivity.isClose(event.getIsClose());
}
}
}
}