Fix FC with zoom compatibility mode
This commit is contained in:
parent
4f472b10a5
commit
3b92f71f64
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue