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

@@ -420,7 +420,7 @@ public class ConversationActivity extends PassphraseRequiredActivity
return;
}
FullscreenHelper.createWithDefaultCutoutMode(this).showSystemUI();
new FullscreenHelper(this).showSystemUI();
ConversationIntents.Args args = ConversationIntents.Args.from(getIntent());