Skip to content

Commit 93ffc09

Browse files
mandel-macaqueGitHub Actions Autoformatter
andcommitted
[UIKit] Fix UIKit static method on TvOS (dotnet#18623)
This API was missed because the old sim intro tests are not running and we missed it. This was found while working on xcode15. The tvOS attr is missing which defaults to the min version of tvOS when it should be 15. Added a compat implementation so that the API remains that will return null. --------- Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
1 parent b20766d commit 93ffc09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uikit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24834,7 +24834,7 @@ interface UIDeferredMenuElement {
2483424834
[Export ("elementWithProvider:")]
2483524835
UIDeferredMenuElement Create (UIDeferredMenuElementProviderHandler elementProvider);
2483624836

24837-
[iOS (15, 0), MacCatalyst (15, 0)]
24837+
[iOS (15, 0), MacCatalyst (15, 0), TV (15, 0)]
2483824838
[Static]
2483924839
[Export ("elementWithUncachedProvider:")]
2484024840
UIDeferredMenuElement CreateUncached (UIDeferredMenuElementProviderHandler elementProvider);

0 commit comments

Comments
 (0)