h5游戏增加关闭按钮开关控制

This commit is contained in:
张玉久
2020-07-30 18:10:00 +08:00
parent 738074ec00
commit 1f24d16f95
6 changed files with 22 additions and 16 deletions

View File

@ -516,7 +516,7 @@ public class BindingAdapters {
HistoryHelper.insertGameEntity(gameEntity);
}
Intent i = new Intent(WebActivity.getIntentForWebGame(progressBar.getContext(), linkEntity.getLink(), gameEntity.getName(), isPlay));
Intent i = new Intent(WebActivity.getIntentForWebGame(progressBar.getContext(), linkEntity.getLink(), gameEntity.getName(), isPlay,linkEntity.getCloseButton()));
progressBar.getContext().startActivity(i);
break;
}