-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Add FXIOS-13799 - Update keyboard's accessory view for iOS 26 #30339
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
Add FXIOS-13799 - Update keyboard's accessory view for iOS 26 #30339
Conversation
|
This pull request has conflicts when rebasing. Could you fix it @PARAIPAN9? 🙏 |
💪 Quality guardian2 tests files modified. You're a champion of test coverage! 🚀 🥇 Perfect PR sizeSmaller PRs are easier to review. Thanks for making life easy for reviewers! ✨ 🦊 BrowserViewController CheckWe’re tracking the size of
❌ Per-file test coverage gateThe following changed file(s) are below 35.0% coverage:
Client.app: Coverage: 37.02
ToolbarKit: Coverage: 62.78
Generated by 🚫 Danger Swift against 6a928da |
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.
Tested locally and seems to be working well! 👍 I'll defer to @thatswinnie since she has more context on the task at hand after reviewing the initial PR.
|
This pull request has conflicts when rebasing. Could you fix it @PARAIPAN9? 🙏 |
|
🚀 PR merged to |
| if isEditing { | ||
| store.dispatch(ToolbarAction(windowUUID: windowUUID, | ||
| actionType: ToolbarActionType.hideKeyboard)) | ||
| store.dispatchLegacy( |
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.
🚫 dispatchLegacy 🚫 I'll remove it in my next PR, but let's not add new ones please! 🙏
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.
I added it by mistake after solving a conflict. Sorry.
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.
It's easy to add them back in since we don't use @available(*, deprecated) 😢
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.
I'll add a Danger check for now #30420 so we have an interim solution
📜 Tickets
Jira ticket
Github issue
💡 Description
scrollAlphaNeedsUpdateaction tokeyboardWillHideWithState.offsetForKeyboardAccessory.📝 Checklist