mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +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