Commit 0aa8d604 authored by wanglei's avatar wanglei

...

parent 60f343ec
......@@ -58,7 +58,7 @@ class AppProcessAnimationActivity : BaseActivity<ActivityAppManagerAnimationBind
override fun onResume() {
super.onResume()
if (job?.isActive == false && job == null) {
if (job?.isActive == false || job == null) {
job = jumpJob()
}
}
......
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