mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-18 20:48:54 +00:00
Make AndroidApp Send + Sync
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
This commit is contained in:
-1
@@ -13,7 +13,6 @@
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
</set>
|
||||
</option>
|
||||
<option name="resolveModulePerSourceSet" value="false" />
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user