Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

[iOS] Fix for dictation not working properly #875

Merged
merged 4 commits into from
Nov 17, 2023

Conversation

Velin92
Copy link
Member

@Velin92 Velin92 commented Nov 17, 2023

We found a way to intercept dictation, which would not work if the content is reconciliated while the dictation is still in progress, so we delay the reconciliateIfNeeded() function until the dictation state is false.

@codecov-commenter
Copy link

codecov-commenter commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (97e3c85) 89.44% compared to head (7c7dba6) 89.39%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #875      +/-   ##
==========================================
- Coverage   89.44%   89.39%   -0.05%     
==========================================
  Files         118       86      -32     
  Lines       16898    15324    -1574     
  Branches      635        0     -635     
==========================================
- Hits        15114    13699    -1415     
+ Misses       1760     1625     -135     
+ Partials       24        0      -24     
Flag Coverage Δ
uitests ?
uitests-ios ?
unittests 89.39% <ø> (+1.32%) ⬆️
unittests-ios ?
unittests-rust 89.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Velin92
Copy link
Member Author

Velin92 commented Nov 17, 2023

@stefanceriu <3

@Velin92 Velin92 requested a review from stefanceriu November 17, 2023 15:48
Copy link
Member

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Contributor

@langleyd langleyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense with my understanding of things :)

@Velin92 Velin92 merged commit 876f394 into main Nov 17, 2023
7 checks passed
@Velin92 Velin92 deleted the mauroromito/fix_dictation_not_working branch November 17, 2023 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants