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:
Robert Bragg
2022-08-14 06:05:57 +01:00
parent a735faa753
commit b161b24ce4
5 changed files with 92 additions and 67 deletions
-1
View File
@@ -13,7 +13,6 @@
<option value="$PROJECT_DIR$/app" />
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
</GradleProjectSettings>
</option>
</component>