Commit 6656e20
sharing: Make the stream/topic input list scrollable.
Previously the scroll event was getting registered by the ScrollView
enclosing these input list, hence users were not able to scroll
through the input list provided in the sharing screen.
Upstream docs:
https://reactnative.dev/docs/scrollview#nestedscrollenabled-android
say this defaults to true, which should mean this is redundant.
But empirically, we seem to need it. Discussion at:
#4514 (comment)1 parent 1a20529 commit 6656e20
File tree
3 files changed
+3
-1
lines changed- src
- autocomplete
- sharing
3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments