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.
2 parents ae54a85 + de698cc commit 2ced8b0Copy full SHA for 2ced8b0
Branch-SDK/Branch-SDK/Branch.m
@@ -1783,7 +1783,7 @@ - (void)registerViewWithParams:(NSDictionary *)params andCallback:(callbackWithP
1783
- (void)applicationDidBecomeActive {
1784
if (!Branch.trackingDisabled &&
1785
self.initializationStatus != BNCInitStatusInitialized &&
1786
- [self.requestQueue containsInstallOrOpen]) {
+ ![self.requestQueue containsInstallOrOpen]) {
1787
[self initUserSessionAndCallCallback:YES];
1788
}
1789
0 commit comments