We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ceefe commit 022f9a9Copy full SHA for 022f9a9
Branch-SDK/src/main/java/io/branch/referral/Branch.java
@@ -2603,7 +2603,7 @@ public void setConsumerProtectionAttributionLevel(Defines.BranchAttributionLevel
2603
if (level == Defines.BranchAttributionLevel.NONE) {
2604
trackingController.disableTracking(context_, true, null);
2605
} else {
2606
- if (initState_ != SESSION_STATE.INITIALISED) {
+ if (trackingController.isTrackingDisabled()) {
2607
trackingController.disableTracking(context_, false, null);
2608
}
2609
0 commit comments