Skip to content

Commit

Permalink
wow this is bad
Browse files Browse the repository at this point in the history
  • Loading branch information
aaustin committed Mar 25, 2016
1 parent 836cd61 commit fcc2076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/android/io/branch/BranchSDK.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ public BranchSDK()
public void onNewIntent(Intent intent)
{
Log.d(LCAT, "start onNewIntent()");

this.setIntent(intent);

if (this.activity != null) {
this.setDebug(true);
this.initSession(null);
}
}
Expand Down

0 comments on commit fcc2076

Please sign in to comment.