Skip to content

Commit

Permalink
Update MessageComposeView.swift
Browse files Browse the repository at this point in the history
Added automatic conformance to `Hashable` for `MessageComposeView.MessageInfo`.
  • Loading branch information
edonv committed Mar 3, 2023
1 parent 5519fdf commit dfee33e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ extension MessageComposeView {

extension MessageComposeView {
/// Used to set the initial message information.
public struct MessageInfo {
public struct MessageInfo: Hashable {
public init(recipients: [String]? = nil, subject: String? = nil, body: String? = nil, message: MSMessage? = nil) {
self.recipients = recipients?.map {
$0
Expand Down

0 comments on commit dfee33e

Please sign in to comment.