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