Skip to content

Commit 3b2fab7

Browse files
committed
Merge branch 'staging' into Content-Discovery-2
2 parents 9709a90 + e70280d commit 3b2fab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@ - (void)registerViewWithParams:(NSDictionary *)params andCallback:(callbackWithP
10951095
#pragma mark - Application State Change methods
10961096

10971097
- (void)applicationDidBecomeActive {
1098+
[self clearTimer];
10981099
if (!self.isInitialized && !self.preferenceHelper.shouldWaitForInit && ![self.requestQueue containsInstallOrOpen]) {
10991100
[self initUserSessionAndCallCallback:YES];
11001101
}

0 commit comments

Comments
 (0)