Skip to content

Commit

Permalink
Fix reload scrollView adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
horitaku46 committed Mar 18, 2018
1 parent 5cc992c commit a3e05d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SilentScrolly/SilentScrollable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public extension SilentScrollable where Self: UIViewController {
return
}

if !isNavigationbarAnimateCompleted {
if scrollView.contentSize.height < scrollView.bounds.height || !isNavigationbarAnimateCompleted {
return
}

Expand Down

0 comments on commit a3e05d0

Please sign in to comment.