openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
749 stars 359 forks source link

Prevent crashes with config updates on `android`. #1805

Closed MAJigsaw77 closed 1 week ago

MAJigsaw77 commented 3 weeks ago

This PR fixes crashes in Android caused by keyboard, language settings, layout direction, and navigation changes.

player-03 commented 1 week ago

In the future AndroidPlatform.hx will configure this, so I added d27aaebc01de01dc1943edb05d48d507ef2aba0a to 8.2.0-Dev. How's that look?

MAJigsaw77 commented 1 week ago

It's looking good