Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ava.lang.IllegalStateException: SET SESSION: Current activity: HomeActivity Other activity: ExternalAppBrowserActivity
- at mozilla.components.browser.engine.gecko.GeckoEngineView.render(GeckoEngineView.kt:17)
- at mozilla.components.feature.session.engine.EngineViewPresenter.access$onEngineSession(EngineViewPresenter.kt:2)
- at mozilla.components.feature.session.engine.EngineViewPresenter$start$1$invokeSuspend$$inlined$collect$1.emit(Collect.kt:2)
- at mozilla.components.support.ktx.kotlinx.coroutines.flow.FlowKt$ifChanged$$inlined$filter$1$2.emit(Collect.kt:7)
- at mozilla.components.feature.session.engine.EngineViewPresenter$start$1$invokeSuspend$$inlined$map$2$2.emit(Collect.kt:3)
- at mozilla.components.feature.session.engine.EngineViewPresenter$start$1$invokeSuspend$$inlined$map$1$2.emit(Collect.kt:3)
- at kotlinx.coroutines.flow.FlowKt.emitAllImpl$FlowKt__ChannelsKt(Unknown Source:11)
- at kotlinx.coroutines.flow.FlowKt__ChannelsKt$emitAllImpl$1.invokeSuspend(Unknown Source:11)
- at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3)
- at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:21)
- at android.os.Handler.handleCallback(Handler.java:883)
- at android.os.Handler.dispatchMessage(Handler.java:100)
- at android.os.Looper.loop(Looper.java:214)
- at android.app.ActivityThread.main(ActivityThread.java:7356)
- at java.lang.reflect.Method.invoke(Native Method)
- at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
- at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)
- Caused by: java.lang.IllegalStateException: Display already acquired
- at org.mozilla.geckoview.GeckoSession.acquireDisplay(GeckoSession.java:5)
- at org.mozilla.geckoview.GeckoView.setSession(GeckoView.java:7)
- at mozilla.components.browser.engine.gecko.GeckoEngineView.render(GeckoEngineView.kt:12)
- ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement