diff --git a/src/org/linphone/VideoCallActivity.java b/src/org/linphone/VideoCallActivity.java index 8587af683..96f01a8ef 100755 --- a/src/org/linphone/VideoCallActivity.java +++ b/src/org/linphone/VideoCallActivity.java @@ -340,6 +340,9 @@ public class VideoCallActivity extends Activity implements @Override protected void onResume() { + if (!LinphoneManager.getLc().isIncall()) + finish(); + super.onResume(); if (mVideoViewReady != null) ((GLSurfaceView) mVideoViewReady).onResume();