Skip to content

Commit b929e04

Browse files
authored
PhysicsPanHandler.swift make configure public (#571)
1 parent c544df6 commit b929e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftMessages/PhysicsPanHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ open class PhysicsPanHandler {
9999
return pan
100100
}()
101101

102-
func configure(context: AnimationContext, animator: Animator) {
102+
public func configure(context: AnimationContext, animator: Animator) {
103103
if let oldView = (messageView as? BackgroundViewable)?.backgroundView ?? messageView {
104104
oldView.removeGestureRecognizer(pan)
105105
}

0 commit comments

Comments
 (0)