mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
6481399293
The local stream is set only when the activity is created. However, it was disposed when hanging up, which happens not only when closing the activity, but also in cases in which the call activity is kept open and the participant reconnects to the call (for example, when starting the call times out), which caused the local stream to freeze. Now the local stream is disposed only when the call activity is destroyed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
---|---|---|
.. | ||
schemas/com.nextcloud.talk.data.source.local.TalkDatabase | ||
src | ||
build.gradle | ||
lint.xml | ||
proguard-rules.pro |