android: add {Active,}EventLoopExtAndroid::android_app

This type comes from the user and stored for the entire lifetime, so
no need to hide it from them after they've passed it to winit.

Fixes #3818.
This commit is contained in:
Kirill Chibisov
2024-07-26 21:49:32 +03:00
parent 5735786f42
commit 5fce4a09de
3 changed files with 24 additions and 9 deletions

View File

@@ -43,6 +43,7 @@ changelog entry.
### Added
- On Web, implement `Error` for `platform::web::CustomCursorError`.
- On Android, add `{Active,}EventLoopExtAndroid::android_app()` to access the app used to create the loop.
### Fixed