Skip to content

Commit

Permalink
fix deprecation/rename
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Oct 18, 2024
1 parent a2f8120 commit 1bc5a95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class SentryUserFeedbackWidgetConfiguration: NSObject {
* The location for positioning the widget.
* - note: Default: `[.bottom, .right]`
*/
public var location: UIDirectionalRectEdge = [.bottom, .trailing]
public var location: NSDirectionalRectEdge = [.bottom, .trailing]

/**
* The distance to use from the widget button to the `safeAreaLayoutGuide` of the root view in the widget's container window.
Expand Down

0 comments on commit 1bc5a95

Please sign in to comment.