Skip to content

Commit

Permalink
Merge pull request #9 from amoshsueh/main
Browse files Browse the repository at this point in the history
fix dismissTopmostView
  • Loading branch information
fatbobman authored Mar 24, 2022
2 parents 667116c + 7930125 commit a3e8893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ extension ContainerQueueHandler {
}

func dismissTopmostView(animated flag: Bool) {
if let theTopView = mainQueue.first {
if let theTopView = mainQueue.last {
dismiss(id: theTopView.id, animated: flag)
}
}
Expand Down

0 comments on commit a3e8893

Please sign in to comment.