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

Apple Native: fix getAssetByFilePath for files with no extension #550

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

luca992
Copy link
Contributor

@luca992 luca992 commented Aug 14, 2023

substringAfterLast returns missingDelimiterValue which defaults to the original string. missingDelimiterValue should be an empty string when there is no file extension

Alex009 and others added 3 commits June 4, 2023 21:07
`substringAfterLast` returns `missingDelimiterValue` which defaults to the original string. `missingDelimiterValue` should be an empty string when there is no file extension
luca992 added a commit to luca992/libphonenumber-kotlin that referenced this pull request Aug 14, 2023
Note: the custom getAssetByFilePath implementation can be removed after after icerockdev/moko-resources#550 is merged
luca992 added a commit to luca992/libphonenumber-kotlin that referenced this pull request Aug 14, 2023
Note: the custom getAssetByFilePath implementation can be removed after after icerockdev/moko-resources#550 is merged
@Alex009 Alex009 changed the base branch from master to develop September 4, 2023 03:36
@Alex009 Alex009 added this to the 0.24.0 milestone Apr 26, 2024
@Alex009 Alex009 merged commit b5eef7f into icerockdev:develop Apr 26, 2024
@Alex009 Alex009 mentioned this pull request Jun 9, 2024
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.

2 participants