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

@@ -125,7 +125,7 @@ public final class AvatarPreviewActivity extends PassphraseRequiredActivity {
toolbar.setTitle(recipient.getDisplayName(context));
});
FullscreenHelper fullscreenHelper = FullscreenHelper.createWithShortEdgesCutoutMode(this);
FullscreenHelper fullscreenHelper = new FullscreenHelper(this);
findViewById(android.R.id.content).setOnClickListener(v -> fullscreenHelper.toggleUiVisibility());