Skip to content

Commit de698cc

Browse files
committed
SDK-720 typo in open call
1 parent ae54a85 commit de698cc

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)