Alexandr

Results 2 comments of Alexandr

Having the same Also, this is a duplicate of [900 issue](https://github.com/BranchMetrics/android-branch-deep-linking-attribution/issues/900) Can you make it a bit more priority cause apparently it's 20-25% of crashes right now? and not only...

``` private void extractAppLink(Uri data, Activity activity) { // *** // Save a state in the intent instance Intent intent = new Intent(this, AnotherActivity.class); intent.putExtra(Defines.IntentKeys.BranchLinkUsed.getKey(), true); activity.setIntent(intent); } ``` The...