Skip to content

Commit

Permalink
Fix linting issue (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
laminesm committed Nov 23, 2022
1 parent c710b95 commit e6f220c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/FluentUI/Navigation/SearchBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ open class SearchBar: UIView {
clearButton.isHidden = true

clearButton.isPointerInteractionEnabled = true
clearButton.pointerStyleProvider = { button, effect, _ in
clearButton.pointerStyleProvider = { button, _, _ in
let preview = UITargetedPreview(view: button)
return UIPointerStyle(effect: .lift(preview))
}
Expand Down

0 comments on commit e6f220c

Please sign in to comment.