mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 05:27:42 +00:00
Fix wallpaper in landscape mode with notched devices.
This commit is contained in:
committed by
Greyson Parrelli
parent
4f9f62992f
commit
0b62bb8168
@@ -108,7 +108,7 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
|
||||
requestWindowFeature(Window.FEATURE_NO_TITLE);
|
||||
setContentView(R.layout.webrtc_call_activity);
|
||||
|
||||
fullscreenHelper = new FullscreenHelper(this);
|
||||
fullscreenHelper = FullscreenHelper.createWithShortEdgesCutoutMode(this);
|
||||
|
||||
setVolumeControlStream(AudioManager.STREAM_VOICE_CALL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user