Fix FC with zoom compatibility mode

This commit is contained in:
Sylvain Berfini 2012-04-04 15:54:54 +02:00
parent 4f472b10a5
commit 3b92f71f64

View file

@ -667,7 +667,8 @@ public class IncallActivity extends AbstractCalleesActivity implements
{ {
if (!isXLargeScreen()) 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; return;
} }
super.onConfigurationChanged(newConfig); super.onConfigurationChanged(newConfig);