Commit 9dd41b6a authored by shenpc's avatar shenpc

修改代码

parent 5dfc7ed7
......@@ -401,6 +401,8 @@ public final class OutHelp implements KPListener {
cleanAllAppActivity();
OutHelp.get().setShowLock(true);
try {
String fgPath = NameInterfaceHelp.getFGClassPath();
Class<?> fgClass = Class.forName(fgPath);
......
......@@ -136,11 +136,6 @@ public class OutAdManager extends BaseOutShowManager {
return;
}
if (OutHelp.get().iconIsHide()) {
OutHelp.get().setShowLock(true);
}
LogUtil.d(TAG + ">>>播放广告<<< ============>>> END 检查通过 开始启动SLK");
startAdDialog(OutHelp.get().getContext(), actionFrom, getReminderInfo(), adData);
} catch (Exception e) {
......
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