Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Oct 21, 2024
1 parent f1acf04 commit 78205bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@
}

public func navigationBar(_ navigationBar: UINavigationBar, didPop item: UINavigationItem) {
guard !elementsBeingPopped.isEmpty else { return }
path.removeAll(where: { elementsBeingPopped.contains($0) })
elementsBeingPopped.removeAll()
}
Expand Down

0 comments on commit 78205bf

Please # to comment.