element-android/matrix-sdk-android
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
..
src fixes crash when accepting calls 2022-05-03 12:26:13 +01:00
.gitignore first commit 2018-10-03 17:58:12 +02:00
build.gradle Version hotfix 1.4.13 2022-04-26 11:29:40 +02:00
proguard-rules.pro Remove dependency to org.greenrobot.eventbus library 2021-01-05 18:56:24 +01:00