mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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())
|
||||
{
|
||||
// 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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue