Revert "Fix wallpaper in landscape mode with notched devices."

This reverts commit 0b62bb8168.
This commit is contained in:
Greyson Parrelli
2021-01-30 11:28:54 -05:00
parent 3f51f89d86
commit 9ed95a6081
10 changed files with 43 additions and 33 deletions

View File

@@ -108,7 +108,7 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.webrtc_call_activity);
fullscreenHelper = FullscreenHelper.createWithShortEdgesCutoutMode(this);
fullscreenHelper = new FullscreenHelper(this);
setVolumeControlStream(AudioManager.STREAM_VOICE_CALL);