-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/1644 show dynamic island on player #2304
Fix/1644 show dynamic island on player #2304
Conversation
@@ -248,7 +248,7 @@ class PlayerContainerViewController: SimpleNotificationsViewController, PlayerTa | |||
private func adjustHeaderConstraintIfNeeded() { | |||
guard let window = view.window else { return } | |||
|
|||
let requiredHeight = 45 + UIUtil.statusBarHeight(in: window) | |||
let requiredHeight = 50 + UIUtil.statusBarHeight(in: window) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to used the SafeArea object instead of this, but there was complications with the full screen player animations so I opted for this simpler approach.
@sergio can you update the CHANGELOG as it addresses 2 issues? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog updated here: 0351eec |
Thanks @SergioEstevao ! |
| 📘 Part of: #1644 |
|:---:|
Fixes #1644 #2203
This PR fixes the two issues above regarding the dynamic island:
To test
Checklist
CHANGELOG.md
if necessary.