Skip to content

Commit

Permalink
main actor tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrico972 committed Apr 9, 2024
1 parent a619869 commit 5ecac80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/AirshipReactNative.swift
Original file line number Diff line number Diff line change
Expand Up @@ -477,12 +477,12 @@ public extension AirshipReactNative {
)
}

@objc
@MainActor @objc
func messageCenterDismiss() throws {
return try AirshipProxy.shared.messageCenter.dismiss()
}

@objc
@MainActor @objc
func messageCenterDisplay(messageId: String?) throws {
try AirshipProxy.shared.messageCenter.display(messageID: messageId)
}
Expand Down

0 comments on commit 5ecac80

Please sign in to comment.