Commit a1da9184 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 260c0117
......@@ -206,7 +206,7 @@ public class ForegroundOrBackground implements Application.ActivityLifecycleCall
count--;
}
if (activity instanceof OutManagedActivity) {
if (activity instanceof OutManagedActivity&&outActivityCount!=0) {
outActivityCount--;
}
......
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