Skip to content

Commit d1cabe3

Browse files
committed
refactor: remove deprecated delay initialization check in BranchWrapper
- Eliminate the check for deprecated delay initialization in BranchWrapper - Streamline the code by removing unnecessary comments related to deprecated methods - This change is part of the ongoing effort to clean up and modernize the Branch SDK
1 parent 7658eee commit d1cabe3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Branch-SDK-Automation-TestBed/src/main/java/io/branch/branchandroiddemo/BranchWrapper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ public void delayInitializationIfRequired(Intent intent){
131131
if (testDataStr != null) {
132132
TestData testDataObj = new TestData();
133133
Boolean delayInit = testDataObj.getBoolParamValue(testDataStr, "DelayInitialization");
134-
if (delayInit) {
135-
// Removed deprecated methods
136-
}
137134
}
138135
}
139136

0 commit comments

Comments
 (0)