From 927846124e6c91beeb638f77361153310ac6881b Mon Sep 17 00:00:00 2001 From: aringenbach Date: Fri, 8 Apr 2022 14:54:56 +0200 Subject: [PATCH] Use safe area layout guide on ContactDetailsViewController --- .../Details/ContactDetailsViewController.xib | 16 ++++++++-------- changelog.d/6012.bugfix | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 changelog.d/6012.bugfix diff --git a/Riot/Modules/Contacts/Details/ContactDetailsViewController.xib b/Riot/Modules/Contacts/Details/ContactDetailsViewController.xib index 037e6769b..df33d3f66 100644 --- a/Riot/Modules/Contacts/Details/ContactDetailsViewController.xib +++ b/Riot/Modules/Contacts/Details/ContactDetailsViewController.xib @@ -1,12 +1,10 @@ - - - - + + - - + + @@ -45,7 +43,7 @@ - + @@ -133,6 +131,7 @@ + @@ -142,11 +141,12 @@ - + + diff --git a/changelog.d/6012.bugfix b/changelog.d/6012.bugfix new file mode 100644 index 000000000..ff57bdf23 --- /dev/null +++ b/changelog.d/6012.bugfix @@ -0,0 +1 @@ +Fix contact details view layout to safe area