diff --git a/Source/ScrollingNavbar+Sizes.swift b/Source/ScrollingNavbar+Sizes.swift index 1a2cabcf..57fa55c3 100644 --- a/Source/ScrollingNavbar+Sizes.swift +++ b/Source/ScrollingNavbar+Sizes.swift @@ -33,7 +33,6 @@ extension ScrollingNavigationController { appHeight = superView.bounds.height nextView = superView.superview } - return abs(appHeight - (UIApplication.shared.delegate?.window??.frame.size.height ?? UIScreen.main.bounds.height)) }