Skip to content

Commit e2c9a94

Browse files
authored
Merge pull request #12 from ZhuLegend/main
Fix the function dismiss does not correctly apply container animation
2 parents bb9dfaa + 0e4b41b commit e2c9a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftUIOverlayContainer/Container/QueueHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ extension ContainerQueueHandler {
125125
var animation = Animation.disable
126126
if flag {
127127
animation = Animation.merge(
128-
containerAnimation: animation,
128+
containerAnimation: self.animation,
129129
viewAnimation: identifiableView.configuration.animation
130130
)
131131
}

0 commit comments

Comments
 (0)