Skip to content

Commit

Permalink
Oops.... Forget to return. Cause iOS9 and above to crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbsghost committed Jan 1, 2018
1 parent 596db8e commit 9e6b1be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@

decisionHandler(WKNavigationActionPolicyCancel);

return;

}

decisionHandler(WKNavigationActionPolicyAllow);
Expand Down

0 comments on commit 9e6b1be

Please sign in to comment.