Skip to content

Commit c2fcedb

Browse files
committed
Update NativeActivity
1 parent cfdfef0 commit c2fcedb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AndroidNativeActivity/NativeActivity.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import SystemPackage
1919
/// It is created by the framework, and handed to the application's native code as it is being launched.
2020
///
2121
/// [See Also](https://developer.android.com/ndk/reference/group/native-activity#anativeactivity)
22-
public struct NativeActivity: ~Copyable, Sendable {
22+
public struct NativeActivity: ~Copyable {
2323

2424
// MARK: - Properties
2525

0 commit comments

Comments
 (0)