Skip to content

Commit

Permalink
Merge pull request #18823 from wordpress-mobile/issue/18811-notificat…
Browse files Browse the repository at this point in the history
…ions-scroll-landscape-2

Notifications: Fix detailed notification view not scrolling in landscape
  • Loading branch information
hassaanelgarem authored Jun 11, 2022
2 parents 29d30f8 + 8c8eba3 commit 38e5d4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class NotificationDetailsViewController: UIViewController, NoResultsViewHost {
super.viewDidLayoutSubviews()

refreshNavigationBar()
adjustLayoutConstraintsIfNeeded()
}

private func makeRouter() -> NotificationContentRouter {
Expand Down

0 comments on commit 38e5d4e

Please sign in to comment.