Commit b1aed4d
Normalize scheme for URL on Android (facebook#21561)
Summary:
Android requires lowercase for URL scheme. This commit facebook@d00bdb9 fixed it but on React Native side.
Because it is Android specific, it should be fixed on Android side.
Android has method to normalize url scheme: https://developer.android.com/reference/android/net/Uri.html#normalizeScheme()
Pull Request resolved: facebook#21561
Differential Revision: D10287868
Pulled By: hramos
fbshipit-source-id: f5e474164fdb2cfd49bd8ee51da17de3f1341a9c1 parent 09178f8 commit b1aed4d
File tree
2 files changed
+1
-8
lines changed- Libraries/Linking
- ReactAndroid/src/main/java/com/facebook/react/modules/intent
2 files changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 60 | | |
68 | 61 | | |
69 | 62 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments