Delegate to system to handle rotation in video call PiP.
This commit is contained in:
parent
4d09abd0d3
commit
e4f70fa4fe
1 changed files with 1 additions and 0 deletions
|
@ -368,6 +368,7 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
|
|||
if (info.isInPictureInPictureMode()) {
|
||||
callScreen.maybeDismissAudioPicker();
|
||||
}
|
||||
viewModel.setIsLandscapeEnabled(info.isInPictureInPictureMode());
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue