Skip to content

Commit

Permalink
Fix for animation flash when dismissing modal view controller over Si…
Browse files Browse the repository at this point in the history
…deMenu
  • Loading branch information
jonkykong committed Nov 20, 2019
1 parent f4b7433 commit 00003f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Pod/Classes/SideMenuNavigationController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ open class SideMenuNavigationController: UINavigationController {

// We had presented a view before, so lets dismiss ourselves as already acted upon
if view.isHidden {
transitionController?.transition(presenting: false, animated: false)
dismiss(animated: false, completion: { [weak self] in
self?.view.isHidden = false
})
Expand Down

0 comments on commit 00003f0

Please sign in to comment.