Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tadija committed Oct 3, 2022
1 parent 5c053a6 commit fd2ba86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Transition/HeroTransition+Start.swift
Expand Up @@ -163,11 +163,11 @@ extension HeroTransition {
processors.forEach {
$0.process(fromViews: context.fromViews, toViews: context.toViews)
}

animatingFromViews = context.fromViews.filter { (view: UIView) -> Bool in
animators.contains { $0.canAnimate(view: view, appearing: false) }
}

animatingToViews = context.toViews.filter { (view: UIView) -> Bool in
animators.contains { $0.canAnimate(view: view, appearing: true) }
}
Expand Down

0 comments on commit fd2ba86

Please sign in to comment.