mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-17 06:01:58 +03:00
13a04808d9
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> |
||
---|---|---|
.. | ||
assets | ||
java | ||
res | ||
AndroidManifest.xml | ||
ic_launcher-web.png |