File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
firebase-dynamic-links/src/main/java/com/google/firebase/dynamiclinks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public static synchronized FirebaseDynamicLinks getInstance(@NonNull FirebaseApp
7474 * <p>When a dynamic link is clicked by the user, in most cases it is captured when clicked and
7575 * stored until accessed by {@link #getDynamicLink(Intent)} and returned as the {@link
7676 * PendingDynamicLinkData} of the {@link Task}. If the dynamic link was not captured, as is the
77- * case when App Links launches launches the app, then the dynamic link is provided in the {@link
77+ * case when App Links launches the app, then the dynamic link is provided in the {@link
7878 * Intent#getData()}. The intent data is then processed to retrieve the dynamic link data. If the
7979 * dynamic links is both captured and is present in the intent, then the captured data will take
8080 * precedence. The captured data will be removed after first access.
You can’t perform that action at this time.
0 commit comments