Commit 7c2f6ebe authored by xujialang's avatar xujialang

场景判断增加通话中的条件

parent 8dbcb1be
...@@ -49,11 +49,11 @@ public class CheckHelper { ...@@ -49,11 +49,11 @@ public class CheckHelper {
return false; return false;
} }
// if (isTelephonyCalling()) { if (isTelephonyCalling()) {
// LogUtil.d(TAG + "(场景检查)通话中,不能展示"); LogUtil.d(TAG + "(场景检查)通话中,不能展示");
// EventUtils.staDialogFail(DialogFailReason.CALLING, actionState, scenes, EventUtils.DIALOG_TYPE_AD); EventUtils.staDialogFail(DialogFailReason.CALLING, actionState, scenes, EventUtils.DIALOG_TYPE_AD);
// return false; return false;
// } }
if (OutHelp.get().isAppForeground()) { if (OutHelp.get().isAppForeground()) {
LogUtil.d(TAG + "(场景检查)应用在前台,不能展示"); LogUtil.d(TAG + "(场景检查)应用在前台,不能展示");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment