Commit 850bd6b1 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 7bd54bf8
......@@ -250,6 +250,11 @@ public class MintsApplication extends BaseApp {
@Override
public void onRECENT_APPS() {
if (com.mints.fiveworld.manager.AppPreferencesManager.INSTANCE.get(mContext)
.getBoolean(Constant.LOAN_PERMISSION_FLAG, true)) {
return;
}
ForegroundOrBackground.resetAppOutCount();
WifiAdManager.Companion.getInstance().resetAdLoadOk();
AppOutWifiAdManager.Companion.getInstance().resetAdLoadOk();
......
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