From b8a1117426a3c284c664f1ea87c84992f4a37693 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 4 Jul 2021 21:11:12 +0100 Subject: [PATCH 1/2] enable extendedLayoutIncludesOpaqueBars on the other tabs (not just Home) to fix iPhone 12 Pro Max layout issues fixes https://github.com/vector-im/element-ios/issues/4516 --- Riot/Assets/Base.lproj/Main.storyboard | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Riot/Assets/Base.lproj/Main.storyboard b/Riot/Assets/Base.lproj/Main.storyboard index aec7a4605..c562c4d0b 100644 --- a/Riot/Assets/Base.lproj/Main.storyboard +++ b/Riot/Assets/Base.lproj/Main.storyboard @@ -151,7 +151,7 @@ - + @@ -177,7 +177,7 @@ - + @@ -463,7 +463,7 @@ - + @@ -581,7 +581,7 @@ - + From 3c0c2ce6ac984755bff38ecd59ad9b0ac13d5f45 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 4 Jul 2021 21:14:34 +0100 Subject: [PATCH 2/2] changelog --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2e72d9c8e..45ed2aabe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,7 +8,7 @@ Changes to be released in next version * 🐛 Bugfix - * + * More fixes to Main.storyboard layout on iPhone 12 Pro Max (#4527) ⚠️ API Changes *