Skip to content

Commit

Permalink
Fix an invalid indicator insets of the tracking scroll view (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed Apr 29, 2020
1 parent 7d90458 commit 9abb80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Framework/Sources/FloatingPanelController.swift
Expand Up @@ -371,7 +371,6 @@ open class FloatingPanelController: UIViewController {
switch contentInsetAdjustmentBehavior {
case .always:
scrollView?.contentInset = adjustedContentInsets
scrollView?.scrollIndicatorInsets = adjustedContentInsets
default:
break
}
Expand Down

0 comments on commit 9abb80d

Please sign in to comment.