Skip to content

Commit

Permalink
Fix errors when building in Swift 6 language mode
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Jun 11, 2024
1 parent 95408f9 commit cdf6794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/EmailClientHelper/EmailClientHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import UIKit
#endif

/// Helper class to send an email using 3rd party apps
public class EmailClientHelper {
@MainActor public class EmailClientHelper {

/// An array of available email clients on the device
public static var availableClients: [EmailClient] {
Expand Down

0 comments on commit cdf6794

Please sign in to comment.