fix: pr issue

This commit is contained in:
Boyko Mihail 2021-06-18 11:12:55 +03:00
parent a9c7bd6abd
commit effad1e51c
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ open class HeaderTransitionDelegate: NSObject, UIScrollViewDelegate {
}
private func animate(headerAnimation: HeaderAnimationType, alpha: CGFloat) {
debugPrint("titleView = ", headerViewHandler?.navBar)
switch headerAnimation {
case .paralaxWithTransition:
titleView?.transition(to: alpha)