hotwired / turbo-android

Android framework for making Turbo native apps
MIT License
431 stars 49 forks source link

Fix crash while using a stylus to navigate within the WebView #130

Closed jayohms closed 3 years ago

jayohms commented 3 years ago

This prevents the ViewGroup's dispatched hover events from trying to determine a custom order of its children when the WebView is being removed (there's no custom order anyway).