java.lang.IllegalArgumentException: You cannot start a load for a destroyed activity
at com.bumptech.glide.manager.RequestManagerRetriever.assertNotDestroyed(Unknown Source)
at com.bumptech.glide.manager.RequestManagerRetriever.get(SourceFile)
at com.bumptech.glide.manager.RequestManagerRetriever.get(SourceFile)
at com.bumptech.glide.Glide.with(SourceFile)
at com.arcblock.sphere.view.CoreWebView.refreshLoginStatus(Unknown Source)
at com.arcblock.sphere.mvp.ui.fragment.ScaleWebFragment$showToUser$2.invokeSuspend(Unknown Source)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source)
at kotlinx.coroutines.DispatchedTask.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java)
at android.os.Handler.dispatchMessage(Handler.java)
at android.os.Looper.loopOnce(Looper.java)
at android.os.Looper.loop(Looper.java)
at android.app.ActivityThread.main(ActivityThread.java)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@d63bb8e, Dispatchers.Main]
2 条回复
java.lang.IllegalArgumentException: You cannot start a load for a destroyed activity at com.bumptech.glide.manager.RequestManagerRetriever.assertNotDestroyed(Unknown Source) at com.bumptech.glide.manager.RequestManagerRetriever.get(SourceFile) at com.bumptech.glide.manager.RequestManagerRetriever.get(SourceFile) at com.bumptech.glide.Glide.with(SourceFile) at com.arcblock.sphere.view.CoreWebView.refreshLoginStatus(Unknown Source) at com.arcblock.sphere.mvp.ui.fragment.ScaleWebFragment$showToUser$2.invokeSuspend(Unknown Source) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(Unknown Source) at kotlinx.coroutines.DispatchedTask.run(Unknown Source) at android.os.Handler.handleCallback(Handler.java) at android.os.Handler.dispatchMessage(Handler.java) at android.os.Looper.loopOnce(Looper.java) at android.os.Looper.loop(Looper.java) at android.app.ActivityThread.main(ActivityThread.java) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java) Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@d63bb8e, Dispatchers.Main]
新的版本已修复了这个问题
ArcSphere: AI-native browser - Apps on Google Play