Skip to content

Commit 1285a52

Browse files
committed
Animation enhancements
1 parent 07972a6 commit 1285a52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/PathPresenter/Path.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ public extension PathPresenter {
175175
hash: value.id.hashValue,
176176
zIndex: zIndex))
177177
case .sheet(onDismiss: let onDismiss):
178+
relevantAnimation = nil
178179
path.append(.sheet(view: typeErased,
179180
hash: value.id.hashValue,
180181
onDismiss: onDismiss))

0 commit comments

Comments
 (0)