We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NativeActivity
1 parent cfdfef0 commit c2fcedbCopy full SHA for c2fcedb
1 file changed
Sources/AndroidNativeActivity/NativeActivity.swift
@@ -19,7 +19,7 @@ import SystemPackage
19
/// It is created by the framework, and handed to the application's native code as it is being launched.
20
///
21
/// [See Also](https://developer.android.com/ndk/reference/group/native-activity#anativeactivity)
22
-public struct NativeActivity: ~Copyable, Sendable {
+public struct NativeActivity: ~Copyable {
23
24
// MARK: - Properties
25
0 commit comments