mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01: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