talk-android/app
Daniel Calviño Sánchez 13a04808d9 Ignore signaling messages when the call activity is closing
The call activity unregisters from the event bus events when stopped.
However, when the call activity is being closed the new activity can
start before the call activity is stopped; if the new activity causes
new signaling messages to be sent those messages were handled by the
call activity too.

The chat controller joins the conversation again when it is attached,
and the call activity automatically joins the call when it receives a
"roomJoined" event. Due to all that, when the call activity was closed
and the chat controller was opened the call was joined again (and then
left once the call activity was finally destroyed).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-19 05:52:34 +02:00
..
schemas/com.nextcloud.talk.data.source.local.TalkDatabase
src Ignore signaling messages when the call activity is closing 2022-09-19 05:52:34 +02:00
build.gradle Weekly 15.0.0 Alpha 06 2022-09-12 03:10:40 +00:00
lint.xml
proguard-rules.pro