-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
De-duplicate the logic for counting attachments #42596
Conversation
@rozele Any chance you could review this? |
Base commit: cfc0ba0 |
@rozele I took a look at the "build_npm_package" check and it seems unrelated to my changes 🙂 |
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.
Hi @cubuspl42, thanks for the PR. I left a couple of comments.
One is just a nit, but the other is related to function visibility and public API and I think it would be better to address it.
What are your thoughts on this suggestion?
packages/react-native/ReactCommon/react/renderer/attributedstring/AttributedString.cpp
Outdated
Show resolved
Hide resolved
packages/react-native/ReactCommon/react/renderer/attributedstring/AttributedString.cpp
Outdated
Show resolved
Hide resolved
822e5aa
to
c7281d7
Compare
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 some concrete suggestions on how to move forward.
packages/react-native/ReactCommon/react/renderer/attributedstring/AttributedString.cpp
Outdated
Show resolved
Hide resolved
packages/react-native/ReactCommon/react/renderer/attributedstring/AttributedString.h
Outdated
Show resolved
Hide resolved
...er/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/TextLayoutManager.cpp
Outdated
Show resolved
Hide resolved
...er/textlayoutmanager/platform/android/react/renderer/textlayoutmanager/TextLayoutManager.cpp
Outdated
Show resolved
Hide resolved
c7281d7
to
16479a3
Compare
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 your understanding and for applying the fixes.
CI is red but it is not due this PR: this morning Cocoapods released a new version (1.1.5.0) which is breaking. See more here.
@cipolleschi Thank you for reviewing and approving this PR! What is the next action point here? 🙂 |
/rebase - this comment automatically rebase the PR on top of main |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
I'm soooo sorry! I was sure we already merged this PR in main. 🤦 |
@cipolleschi merged this pull request in 69977d0. |
Summary:
De-duplicate the logic for counting attachments.
This is a minor improvement in the context of my multi-PR work on react-native-community/discussions-and-proposals#695.
Changelog:
[INTERNAL] [CHANGE] - De-duplicate the logic for counting attachments
Test Plan: