Closed yismailuofa closed 2 months ago
Attention: Patch coverage is 6.66667%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 39.56%. Comparing base (
d9fc366
) to head (c40fb5c
). Report is 27 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
Features/NotesFeature/NotesViewModel.swift | 0.00% | 12 Missing :warning: |
Features/AyahMenuFeature/AyahMenuViewModel.swift | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Jazak Allah Khyrn Youssef for fixing them.
I tried to repro #666 but I couldn't.
@mohamede1945 For reference, I’m on ios18. Maybe #666 is as well?
Oh, I see. I'm still on ios 17. Also, I've sent a new version for review.
Fixes #666, I think maybe Apple changed the locale keys in the new update ? The docs say it uses BCP-47. So updated the string to use this.
Refactors the sharing abit to make it more consistent, since sometimes English and Arabic would be on the same line, now we add newlines properly I think.
Updates the ayah sharing to use the same logic as copy. Before copy would have newlines and sharing didn't but now they should both have it.