Skip to content

Commit

Permalink
Fix 'Redundant conformance' error of UIGestureRecognizerState
Browse files Browse the repository at this point in the history
  • Loading branch information
scenee committed Mar 18, 2019
1 parent 3f812f4 commit 2b1d6a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Framework/Sources/UIExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extension UIView {
}
}


#if __FP_LOG
extension UIGestureRecognizerState: CustomDebugStringConvertible {
public var debugDescription: String {
switch self {
Expand All @@ -86,6 +86,7 @@ extension UIGestureRecognizerState: CustomDebugStringConvertible {
}
}
}
#endif

extension UIScrollView {
var contentOffsetZero: CGPoint {
Expand Down

0 comments on commit 2b1d6a3

Please sign in to comment.