mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-22 07:17:53 +01:00
c09a93c171
- the event insert logic is designed to be single threaded however the scope will allow coroutine continuation which leads to unintended multiple thread access for processing and post processing - the fix is to convert the launching to a flow which will sequentially process the launch logic on the single threaded scope
2 lines
51 B
Plaintext
2 lines
51 B
Plaintext
Fixes crash when accepting or receiving VOIP calls
|