Skip to content

Commit 2ced8b0

Browse files
Merge pull request #987 from BranchMetrics/SDK-720-shortlink-issue
SDK-720 fix shortlink issue
2 parents ae54a85 + de698cc commit 2ced8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ - (void)registerViewWithParams:(NSDictionary *)params andCallback:(callbackWithP
17831783
- (void)applicationDidBecomeActive {
17841784
if (!Branch.trackingDisabled &&
17851785
self.initializationStatus != BNCInitStatusInitialized &&
1786-
[self.requestQueue containsInstallOrOpen]) {
1786+
![self.requestQueue containsInstallOrOpen]) {
17871787
[self initUserSessionAndCallCallback:YES];
17881788
}
17891789
}

0 commit comments

Comments
 (0)