Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update onChange to use onChange_iOS17 #1965

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

joannaquu
Copy link
Contributor

@joannaquu joannaquu commented Feb 8, 2024

Platforms Impacted

  • iOS
  • macOS

Description of changes

#1957 added a new case of onChange(of:_:), which is deprecated in visionOS. Use onChange_iOS17(of:_:) instead.

Binary change

Total increase: 9,248 bytes
Total decrease: 0 bytes

File Before After Delta
Total 30,918,264 bytes 30,927,512 bytes ⚠️ 9,248 bytes
Full breakdown
File Before After Delta
ActivityIndicator.o 155,232 bytes 163,568 bytes ⚠️ 8,336 bytes
__.SYMDEF 4,770,720 bytes 4,771,632 bytes ⚠️ 912 bytes

Verification

visionOS builds again

Pull request checklist

This PR has considered:

  • Light and Dark appearances
  • iOS supported versions (all major versions greater than or equal current target deployment version)
  • VoiceOver and Keyboard Accessibility
  • Internationalization and Right to Left layouts
  • Different resolutions (1x, 2x, 3x)
  • Size classes and window sizes (iPhone vs iPad, notched devices, multitasking, different window sizes, etc)
  • iPad Pointer interaction
  • SwiftUI consumption (validation or new demo scenarios needed)
  • Objective-C exposure (provide it only if needed)
Microsoft Reviewers: Open in CodeFlow

@joannaquu joannaquu requested a review from a team as a code owner February 8, 2024 16:27
@joannaquu joannaquu changed the title update on change Update onChange to use onChange_iOS17 Feb 8, 2024
@joannaquu joannaquu merged commit 08de668 into microsoft:main Feb 8, 2024
6 checks passed
@joannaquu joannaquu deleted the joannaqu/on-change branch February 8, 2024 19:47
@mischreiber mischreiber mentioned this pull request Mar 6, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants