diff --git a/src/org/linphone/IncallActivity.java b/src/org/linphone/IncallActivity.java index 3cd9db80b..6762ab7ca 100644 --- a/src/org/linphone/IncallActivity.java +++ b/src/org/linphone/IncallActivity.java @@ -667,7 +667,8 @@ public class IncallActivity extends AbstractCalleesActivity implements { if (!isXLargeScreen()) { - // Do nothing to not recreate the activity on smartphone is screen is rotated + // Do nothing to not recreate the activity on smartphone if screen is rotated + super.onConfigurationChanged(null); return; } super.onConfigurationChanged(newConfig);