mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
Merge pull request #2601 from nextcloud/fix-reconnection-when-the-web-socket-was-abruptly-closed
Fix reconnection when the web socket was abruptly closed
This commit is contained in:
commit
674e47b8fd
@ -1578,7 +1578,8 @@ public class CallActivity extends CallBaseActivity {
|
||||
if (currentCallStatus == CallStatus.RECONNECTING) {
|
||||
hangup(false);
|
||||
} else {
|
||||
initiateCall();
|
||||
setCallState(CallStatus.RECONNECTING);
|
||||
runOnUiThread(this::initiateCall);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user