mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-04 02:25:04 +01: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) {
|
if (currentCallStatus == CallStatus.RECONNECTING) {
|
||||||
hangup(false);
|
hangup(false);
|
||||||
} else {
|
} else {
|
||||||
initiateCall();
|
setCallState(CallStatus.RECONNECTING);
|
||||||
|
runOnUiThread(this::initiateCall);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user