You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crash happens when WPEView is used in fragment and navigation from WPEView fragment to some other fragment happens.
Root cause is in RendererASurfaceTransaction. Transaction completed callback is posted to ui thread and meanwhile underlying page has been destroyed because fragment is gone
The text was updated successfully, but these errors were encountered:
Crash happens when WPEView is used in fragment and navigation from WPEView fragment to some other fragment happens.
Root cause is in RendererASurfaceTransaction. Transaction completed callback is posted to ui thread and meanwhile underlying page has been destroyed because fragment is gone
The text was updated successfully, but these errors were encountered: