mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Fix wallpaper in landscape mode with notched devices.
This commit is contained in:
committed by
Greyson Parrelli
parent
4f9f62992f
commit
0b62bb8168
@@ -420,7 +420,7 @@ public class ConversationActivity extends PassphraseRequiredActivity
|
||||
return;
|
||||
}
|
||||
|
||||
new FullscreenHelper(this).showSystemUI();
|
||||
FullscreenHelper.createWithDefaultCutoutMode(this).showSystemUI();
|
||||
|
||||
ConversationIntents.Args args = ConversationIntents.Args.from(getIntent());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user