Loading components/browser/engine-gecko-nightly/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngineView.kt +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ class GeckoEngineView @JvmOverloads constructor( private fun rebind() { try { currentSession?.let { currentGeckoView.setSession(it.geckoSession) } } catch (e: IllegalStateException) { } catch (e: IllegalArgumentException) { // This is to debug "Display not attached" crashes val otherActivityClassName = currentSession?.geckoSession?.accessibility?.view?.context?.javaClass?.simpleName Loading Loading
components/browser/engine-gecko-nightly/src/main/java/mozilla/components/browser/engine/gecko/GeckoEngineView.kt +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ class GeckoEngineView @JvmOverloads constructor( private fun rebind() { try { currentSession?.let { currentGeckoView.setSession(it.geckoSession) } } catch (e: IllegalStateException) { } catch (e: IllegalArgumentException) { // This is to debug "Display not attached" crashes val otherActivityClassName = currentSession?.geckoSession?.accessibility?.view?.context?.javaClass?.simpleName Loading