SchildiChat-android/matrix-sdk-android/src/main
Adam Brown c09a93c171 fixes crash when accepting calls
- 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
2022-05-03 12:26:13 +01:00
..
assets Try to communicate with WidgetPostAPI 2020-05-13 20:04:08 +02:00
java/org fixes crash when accepting calls 2022-05-03 12:26:13 +01:00
res Import sas strings 2021-06-18 10:25:37 +02:00
AndroidManifest.xml Fix warning 2021-09-02 09:43:39 +02:00