mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Revert "Fix wallpaper in landscape mode with notched devices."
This reverts commit 0b62bb8168.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user