update 兼容女神说接口变动

This commit is contained in:
zlzw 2023-04-01 09:51:26 +08:00
parent b2f35fdc16
commit 43e7713f6b
2 changed files with 5 additions and 2 deletions

View File

@ -9,9 +9,9 @@ ext {
] ]
manifestPlaceholders = [ manifestPlaceholders = [
// //
serverHost : "https://napi.yaoulive.com", // serverHost : "https://napi.yaoulive.com",
// //
// serverHost : "https://ceshi.yaoulive.com", serverHost : "https://ceshi.yaoulive.com",
// //
txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB", txMapAppKey : "EOZBZ-ASLCU-4XPV3-BDCHZ-4E3Q7-H4BWB",

View File

@ -150,6 +150,9 @@ public class LiveAnchorSayPopDialog extends AbsDialogPopupWindow {
} }
private void setSayData(String url, String edit) { private void setSayData(String url, String edit) {
if(sayModel==null||sayModel.getLivePreview()==null){
return;
}
LiveNetManager.get(getContext()) LiveNetManager.get(getContext())
.setLivePreviewInfo( .setLivePreviewInfo(
mLiveUid, mLiveUid,