Skip to content

Commit ce1a71e

Browse files
committed
fix(ios): build fix
1 parent 0c93638 commit ce1a71e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugin/platforms/ios/src/GestureHandler.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ - (void)setEnabled:(BOOL)enabled
125125
_enabled = enabled;
126126
self.recognizer.enabled = enabled;
127127
}
128-
- (BOOL)enabled
129-
{
130-
return _enabled;
131-
}
128+
//- (BOOL)enabled
129+
//{
130+
// return _enabled;
131+
//}
132132

133133
- (void)bindToView:(UIView *)view
134134
{

0 commit comments

Comments
 (0)