Skip to content

Commit 3ae3ebb

Browse files
committed
refactor: remove unused code in Branch class
- Eliminated commented-out code related to intent state handling to improve code clarity and maintainability. - This change is part of ongoing efforts to streamline the Branch SDK.
1 parent 42e4353 commit 3ae3ebb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Branch-SDK/src/main/java/io/branch/referral/Branch.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
import io.branch.referral.network.BranchRemoteInterfaceUrlConnection;
5252
import io.branch.referral.util.DependencyUtilsKt;
5353
import io.branch.referral.util.LinkProperties;
54-
import io.branch.referral.BranchConfigurationManager;
5554

5655
/**
5756
* <p>
@@ -801,10 +800,6 @@ private void readAndStripParam(Uri data, Activity activity) {
801800
}
802801
}
803802

804-
if (false) {
805-
intentState_ = INTENT_STATE.READY;
806-
}
807-
808803
if (intentState_ == INTENT_STATE.READY) {
809804

810805
// Capture the intent URI and extra for analytics in case started by external intents such as google app search

0 commit comments

Comments
 (0)