Skip to content

Commit

Permalink
Animation enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdremov committed Jul 24, 2022
1 parent 07972a6 commit 1285a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/PathPresenter/Path.swift
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public extension PathPresenter {
hash: value.id.hashValue,
zIndex: zIndex))
case .sheet(onDismiss: let onDismiss):
relevantAnimation = nil
path.append(.sheet(view: typeErased,
hash: value.id.hashValue,
onDismiss: onDismiss))
Expand Down

0 comments on commit 1285a52

Please sign in to comment.