Commit 6f049a4
authored
fix(dynamic-links, android): null-check intent before calling getDynamicLink
firebase-android-sdk requires a `@NonNull` Intent argument to the `getDynamicLink(Intent)`
call, despite the documentation indicating otherwise
Related firebase/firebase-android-sdk#2336
Related invertase/react-native-firebase#56621 parent 2287ba0 commit 6f049a4
File tree
1 file changed
+2
-2
lines changed- packages/firebase_dynamic_links/android/src/main/java/io/flutter/plugins/firebasedynamiclinks
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
| 212 | + | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments