File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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." );
You can’t perform that action at this time.
0 commit comments