Ver Fonte

removes confusing comment (#10300)

Co-authored-by: Cristian Avalos <ceavalos@google.com>
Cristian E. Avalos há 3 anos atrás
pai
commit
952df9b3e6
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      FirebaseDynamicLinks/Sources/FIRDynamicLinks.m

+ 1 - 2
FirebaseDynamicLinks/Sources/FIRDynamicLinks.m

@@ -129,8 +129,7 @@ static const NSInteger FIRErrorCodeDurableDeepLinkFailed = -119;
     id<FIRAnalyticsInterop> analytics = FIR_COMPONENT(FIRAnalyticsInterop, container);
     FIRDynamicLinks *dynamicLinks = [[FIRDynamicLinks alloc] initWithAnalytics:analytics];
     [dynamicLinks configureDynamicLinks:container.app];
-    // Check for pending Dynamic Link automatically if enabled, otherwise we expect the developer to
-    // call strong match FDL API to retrieve a pending link.
+
     if ([FIRDynamicLinks isAutomaticRetrievalEnabled]) {
       [dynamicLinks checkForPendingDynamicLink];
     }