Skip to content

Commit

Permalink
Will leave this in
Browse files Browse the repository at this point in the history
  • Loading branch information
aaustin committed Apr 23, 2016
1 parent 5da241d commit f7ac017
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/android/io/branch/BranchSDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -713,9 +713,8 @@ public void onInitFinished(JSONObject referringParams, BranchError error) {
} else {
String errorMessage = error.getMessage();

// out = String.format("NonBranchLinkHandler(%s)", error.toString());

// webView.sendJavascript(out);
out = String.format("NonBranchLinkHandler(%s)", error.toString());
webView.sendJavascript(out);

if (this._callbackContext != null) {
this._callbackContext.error(errorMessage);
Expand Down

0 comments on commit f7ac017

Please sign in to comment.