mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-04 05:47:26 +00:00
b161b24ce4
In Winit then we ideally want to be able to associate a cloned reference to the AndroidApp with the `Window` and `MonitorHandle` types (since that's the most practical way to access the native_window and config state for the application) but for that `AndroidApp` needs to be Send + Sync