diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 888021b619c0..a23b7e6a06bd 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,7 @@ 20.1 ----- +* [*] Notifications: Fixed an issue where the first notification opened in landscape mode was not scrollable. [#18823] + * [*] Site Creation: Enhances the design selection screen with recommended designs. [#18740] * [**] Follow Conversation: A tooltip has been added to highlight the follow conversation feature. [#18848] * [*] [internal] Block Editor: Bump react-native-gesture-handler to version 2.3.2. [#18742] diff --git a/WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationDetailsViewController.swift b/WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationDetailsViewController.swift index 0770ef3f433b..f09ad343f98f 100644 --- a/WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationDetailsViewController.swift +++ b/WordPress/Classes/ViewRelated/Notifications/Controllers/NotificationDetailsViewController.swift @@ -194,6 +194,7 @@ class NotificationDetailsViewController: UIViewController, NoResultsViewHost { super.viewDidLayoutSubviews() refreshNavigationBar() + adjustLayoutConstraintsIfNeeded() } private func makeRouter() -> NotificationContentRouter {