Skip to content

Commit

Permalink
fix(ios): Indentation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway committed Apr 10, 2019
1 parent 6d430c5 commit bb41445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIWebView.m
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ - (WKWebView *)webView:(WKWebView *)webView createWebViewWithConfiguration:(WKWe
if (!navigationAction.targetFrame.isMainFrame) {
[webView loadRequest:navigationAction.request];
}

return nil;
}
#pragma mark Internal Utilities
Expand Down

0 comments on commit bb41445

Please sign in to comment.