Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PouriaAmini committed Jul 19, 2024
1 parent 3ec2fe9 commit a6e0e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Amplitude/Plugins/iOS/UIKitUserInteractions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ extension UIView: ActionTrackable {

extension UIButton {
override var amp_title: String? { currentTitle }

override func amp_shouldTrack(_ action: Selector, to target: Any?) -> Bool {
actions(forTarget: target, forControlEvent: .touchUpInside)?.first == action.description
}
Expand Down

0 comments on commit a6e0e77

Please sign in to comment.