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 9709a90 + e70280d commit 3b2fab7Copy full SHA for 3b2fab7
Branch-SDK/Branch-SDK/Branch.m
@@ -1095,6 +1095,7 @@ - (void)registerViewWithParams:(NSDictionary *)params andCallback:(callbackWithP
1095
#pragma mark - Application State Change methods
1096
1097
- (void)applicationDidBecomeActive {
1098
+ [self clearTimer];
1099
if (!self.isInitialized && !self.preferenceHelper.shouldWaitForInit && ![self.requestQueue containsInstallOrOpen]) {
1100
[self initUserSessionAndCallCallback:YES];
1101
}
0 commit comments