-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
fix(feedback): more accessibility fixes #4727
base: armcknight/armcknight/feat(feedback)/form-controller-refactor
Are you sure you want to change the base?
fix(feedback): more accessibility fixes #4727
Conversation
Performance metrics 🚀
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just CI is a bit complaining.
@@ -80,7 +80,10 @@ extension SentryUserFeedbackFormController { | |||
} | |||
|
|||
func showedKeyboard(note: Notification) { | |||
guard let keyboardValue = note.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? NSValue else { return } | |||
guard let keyboardValue = note.userInfo?[UIResponder.keyboardFrameEndUserInfoKey] as? NSValue else { | |||
SentryLog.warning("Received a keyboard display notification with no frame information.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the warning 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…factor' into armcknight/feat(feedback)/accessibility-fixes
this has a couple simple fixes that i found i needed to make while refactoring in #4726, and wanted to keep them separate
#skip-changelog