mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-30 11:46:14 +00:00
Fix bug of video showing on next call after cancel pre-join.
Fixes #10083
This commit is contained in:
committed by
Greyson Parrelli
parent
babe1833bb
commit
322c139c26
@@ -506,7 +506,10 @@ public class WebRtcCallService extends Service implements CallManager.Observer,
|
||||
|
||||
private void handleCancelPreJoinCall() {
|
||||
cleanupVideo();
|
||||
preJoinPeer = null;
|
||||
enableVideoOnCreate = false;
|
||||
preJoinPeer = null;
|
||||
|
||||
EventBus.getDefault().removeStickyEvent(WebRtcViewModel.class);
|
||||
}
|
||||
|
||||
private void handleOutgoingCall(Intent intent) {
|
||||
|
||||
Reference in New Issue
Block a user