mirror of
https://github.com/godotengine/godot.git
synced 2026-04-14 21:59:58 +00:00
Replace the use of WindowInsetsAnimation with WindowInsetsAnimationCompat; the former was only introdcued in api 30 and caused a crash on older versions of Android. Fixes https://github.com/godotengine/godot/issues/91773