Skip to content

Commit

Permalink
Merge pull request #12 from ZhuLegend/main
Browse files Browse the repository at this point in the history
Fix the function dismiss does not correctly apply container animation
  • Loading branch information
fatbobman authored Sep 19, 2022
2 parents bb9dfaa + 0e4b41b commit e2c9a94
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 e2c9a94

Please sign in to comment.