mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Delegate to system to handle rotation in video call PiP.
This commit is contained in:
@@ -368,6 +368,7 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
|
|||||||
if (info.isInPictureInPictureMode()) {
|
if (info.isInPictureInPictureMode()) {
|
||||||
callScreen.maybeDismissAudioPicker();
|
callScreen.maybeDismissAudioPicker();
|
||||||
}
|
}
|
||||||
|
viewModel.setIsLandscapeEnabled(info.isInPictureInPictureMode());
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user