Skip to content

Commit 35b0b5a

Browse files
committed
SDK-1831 clarify comments
1 parent f429664 commit 35b0b5a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

BranchSDK/Branch.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,7 +2144,7 @@ - (void)clearNetworkQueue {
21442144

21452145
#pragma mark - Session Initialization
21462146

2147-
// Defers block until notifyNativeToInit is called. Also blocks autoinitialization by initSafetyCheck.
2147+
// Defers block until notifyNativeToInit is called.
21482148
- (BOOL)deferInitBlock:(void (^)(void))block {
21492149
BOOL deferred = NO;
21502150
@synchronized (self) {
@@ -2174,7 +2174,6 @@ - (void)notifyNativeToInit {
21742174

21752175
// SDK-631 Workaround to maintain existing error handling behavior.
21762176
// Some methods require init before they are called. Instead of returning an error, we try to fix the situation by calling init ourselves.
2177-
// There is a follow up ticket to improve this. SDK-633
21782177
- (void)initSafetyCheck {
21792178
if (self.initializationStatus == BNCInitStatusUninitialized) {
21802179
BNCLogDebug(@"Branch avoided an error by preemptively initializing.");

0 commit comments

Comments
 (0)