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

fix: fixes a thread safety issue with currentMessage being out of sync #279

Merged
merged 2 commits into from
Dec 6, 2023

Using annotation instead of block

a7dbf10
Select commit
Loading
Failed to load commit list.
Merged

fix: fixes a thread safety issue with currentMessage being out of sync #279

Using annotation instead of block
a7dbf10
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Dec 6, 2023 in 1s

53.59% (+0.00%) compared to bcc5318

View this Pull Request on Codecov

53.59% (+0.00%) compared to bcc5318

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (bcc5318) 53.59% compared to head (a7dbf10) 53.59%.
Report is 1 commits behind head on main.

Files Patch % Lines
...ssaginginapp/gist/presentation/GistModalManager.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main     #279   +/-   ##
=========================================
  Coverage     53.59%   53.59%           
  Complexity      278      278           
=========================================
  Files           109      109           
  Lines          2812     2812           
  Branches        352      352           
=========================================
  Hits           1507     1507           
  Misses         1183     1183           
  Partials        122      122           

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