Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
796 stars 100 forks source link

Fix typing in Android widgets without auto compose #1205

Closed HollowMan6 closed 8 months ago

HollowMan6 commented 8 months ago

https://github.com/Igalia/wolvic/commit/3c6032cf56ca1bfc032b6afcc746b9d8f5397523 uses CompletableFuture to excute postInputCommand, this actually applies to both auto-compose and non auto-compose. Some code still need to get excuted in the UI thread.

This commit fixes those crashes when typing in Android widgets without auto compose