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

@@ -90,7 +90,7 @@ public class ChatWallpaperPreviewActivity extends PassphraseRequiredActivity {
bubble2.setText(getString(R.string.ChatWallpaperPreviewActivity__set_wallpaper_for_s, recipient.getDisplayName(this)));
}
FullscreenHelper.createWithDefaultCutoutMode(this).showSystemUI();
new FullscreenHelper(this).showSystemUI();
WindowUtil.setLightStatusBarFromTheme(this);
WindowUtil.setLightNavigationBarFromTheme(this);
}