-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
Codecov ReportAttention:
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. |
messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistModalManager.kt
Outdated
Show resolved
Hide resolved
Build available to test |
## [3.8.1](3.8.0...3.8.1) (2023-12-06) ### Bug Fixes * fixes a thread safety issue with currentMessage being out of sync ([#279](#279)) ([bb72944](bb72944))
* main: chore: prepare for 3.8.1 fix: fixes a thread safety issue with currentMessage being out of sync (#279)
Addresses: https://github.com/customerio/issues/issues/11854