Fix self-PIP boundaries in calls.

This commit is contained in:
Cody Henthorne
2023-12-12 12:56:54 -05:00
parent 632aeed00b
commit b646e69b6b
4 changed files with 18 additions and 29 deletions

View File

@@ -991,16 +991,6 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
controlsAndInfo.toggleControls();
}
@Override
public void showSystemUI() {
fullscreenHelper.showSystemUI();
}
@Override
public void hideSystemUI() {
fullscreenHelper.hideSystemUI();
}
@Override
public void onAudioOutputChanged(@NonNull WebRtcAudioOutput audioOutput) {
maybeDisplaySpeakerphonePopup(audioOutput);