mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Fix wallpaper in landscape mode with notched devices.
This commit is contained in:
committed by
Greyson Parrelli
parent
4f9f62992f
commit
0b62bb8168
@@ -90,7 +90,7 @@ public class ChatWallpaperPreviewActivity extends PassphraseRequiredActivity {
|
||||
bubble2.setText(getString(R.string.ChatWallpaperPreviewActivity__set_wallpaper_for_s, recipient.getDisplayName(this)));
|
||||
}
|
||||
|
||||
new FullscreenHelper(this).showSystemUI();
|
||||
FullscreenHelper.createWithDefaultCutoutMode(this).showSystemUI();
|
||||
WindowUtil.setLightStatusBarFromTheme(this);
|
||||
WindowUtil.setLightNavigationBarFromTheme(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user