diff --git a/app/src/main/java/org/thoughtcrime/securesms/WebRtcCallActivity.java b/app/src/main/java/org/thoughtcrime/securesms/WebRtcCallActivity.java index c69e76dd15..19b839ef46 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/WebRtcCallActivity.java +++ b/app/src/main/java/org/thoughtcrime/securesms/WebRtcCallActivity.java @@ -564,8 +564,7 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan final Recipient recipient = event.getRemoteParticipants().get(0).getRecipient(); if (theirKey == null) { - Log.w(TAG, "Untrusted identity without an identity key, terminating call."); - handleTerminate(recipient, HangupMessage.Type.NORMAL); + Log.w(TAG, "Untrusted identity without an identity key."); } SafetyNumberBottomSheet.forCall(recipient.getId()).show(getSupportFragmentManager());