Skip to content

Commit

Permalink
Playqueue: Fix crash by removing conflicting autolayout calls
Browse files Browse the repository at this point in the history
Closes #1193
  • Loading branch information
edrflt committed Oct 20, 2021
1 parent 69da002 commit b48fc25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Playback/Queue/QueueViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ class QueueViewController: UIViewController {
}

override func didMove(toParent parent: UIViewController?) {
view.setNeedsLayout()
view.layoutIfNeeded()
NSLayoutConstraint.deactivate(darkOverlayViewConstraints)
NSLayoutConstraint.deactivate(constraints)
darkOverlayViewConstraints.removeAll()
Expand Down

0 comments on commit b48fc25

Please sign in to comment.