Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasilak committed Oct 25, 2023
1 parent b0396d2 commit 22bf533
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Zotero/Scenes/Master/MasterContainerViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,6 @@ final class MasterContainerViewController: UINavigationController {

set(bottomPosition: bottomPosition, containerHeight: size.height, keyboardHeight: keyboardHeight)

coordinator.animate(alongsideTransition: { _ in
self.view.layoutIfNeeded()
}, completion: nil)
coordinator.animate { _ in
self.view.layoutIfNeeded()
} completion: { _ in
Expand Down

0 comments on commit 22bf533

Please sign in to comment.