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 3ae3ebb commit 26e0e57Copy full SHA for 26e0e57
Branch-SDK/src/main/java/io/branch/referral/Branch.java
@@ -1295,7 +1295,7 @@ private void initTasks(ServerRequest request) {
1295
BranchLogger.v("initTasks " + request);
1296
// Single top activities can be launched from stack and there may be a new intent provided with onNewIntent() call.
1297
// In this case need to wait till onResume to get the latest intent.
1298
- if (intentState_ != INTENT_STATE.READY && false) {
+ if (false) {
1299
request.addProcessWaitLock(ServerRequest.PROCESS_WAIT_LOCK.INTENT_PENDING_WAIT_LOCK);
1300
BranchLogger.v("Added INTENT_PENDING_WAIT_LOCK");
1301
}
0 commit comments