优化游戏截图

This commit is contained in:
khy
2016-10-24 10:03:13 +08:00
parent b768f5f661
commit e52caa013d
7 changed files with 65 additions and 38 deletions

View File

@ -167,7 +167,7 @@ public class BaseActivity extends Activity implements OnCallBackListener {
public void onEventMainThread(final EBShowDialog showDialog) {
if (!isPause && this.getClass().getName().equals(RunningUtils.getTopActivity(this))) {
if ("hijack".equals(showDialog.getType())) {
DialogUtils.showHijackDialog(this);
DialogUtils.showQqSessionDialog(this, null);// 建议用户联系客服
} else if ("plugin".equals(showDialog.getType())) {
DialogUtils.showPluginDialog(this, new DialogUtils.ConfiremListener(){
@Override