Fix wallpaper in landscape mode with notched devices.

This commit is contained in:
Alex Hart
2021-01-28 14:24:54 -04:00
committed by Greyson Parrelli
parent 4f9f62992f
commit 0b62bb8168
10 changed files with 33 additions and 43 deletions

View File

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