Skip to content

Commit

Permalink
fix: make source code compatibale with xcode 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PouriaAmini committed Aug 16, 2024
1 parent 683a531 commit 0a6b92b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ extension UIGestureRecognizer {
return
}

var gestureAction: String?
let gestureAction: String?
switch self {
case is UITapGestureRecognizer:
gestureAction = "tap"
Expand Down

0 comments on commit 0a6b92b

Please sign in to comment.