Skip to content

Commit

Permalink
Fix the function dismiss does not correctly apply container animation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLegend committed Sep 19, 2022
1 parent bb9dfaa commit 0e4b41b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ extension ContainerQueueHandler {
var animation = Animation.disable
if flag {
animation = Animation.merge(
containerAnimation: animation,
containerAnimation: self.animation,
viewAnimation: identifiableView.configuration.animation
)
}
Expand Down

0 comments on commit 0e4b41b

Please sign in to comment.