Skip to content

Commit 20fe89e

Browse files
committed
Update AQWebViewManager.m
1 parent a786eb9 commit 20fe89e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AQWebView/AQWebViewManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ - (UIView *) view
7070
AQWebView *view = viewRegistry[reactTag];
7171
if (![view isKindOfClass:[AQWebView class]]) {
7272
RCTLogError(@"Invalid view returned from registry, expecting RCTWebView, got: %@", view);
73-
_callback(@[@"Invalid view returned from registry, expecting RCTWebView", [NSNull null]]);
73+
callback(@[@"Invalid view returned from registry, expecting RCTWebView", [NSNull null]]);
7474
}
7575
else {
7676
NSMutableDictionary<NSString *, id> *event = [view baseEvent];

0 commit comments

Comments
 (0)