Skip to content

Commit ef72b88

Browse files
committed
WIP
1 parent ee99554 commit ef72b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ViewTypes/Popover.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extension visionOSViewVersion<PopoverType, UIPopoverPresentationController> {
7474
@MainActor public static let v2 = Self(for: .v2, selector: selector)
7575

7676
@MainActor private static var selector: IntrospectionSelector<UIPopoverPresentationController> {
77-
.from(UIViewController.self, selector: \.popoverPresentationController)
77+
.from(UIViewController.self, selector: { $0.popoverPresentationController })
7878
}
7979
}
8080
#endif

0 commit comments

Comments
 (0)