Skip to content

Commit

Permalink
disable guard for attachViewDelegate (see thread [1] and PR [2])
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvdp committed Oct 31, 2024
1 parent 5655143 commit a73b509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Modules/ShareMenuReactView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class ShareMenuReactView: NSObject {
}

public static func attachViewDelegate(_ delegate: ReactShareViewDelegate!) {
guard (ShareMenuReactView.viewDelegate == nil) else { return }
// guard (ShareMenuReactView.viewDelegate == nil) else { return }

ShareMenuReactView.viewDelegate = delegate
}
Expand Down

0 comments on commit a73b509

Please sign in to comment.