Commit cad497f
authored
fix: pagination breaks if first/last message is shadowed (#3559)
## π― Goal
<!-- Describe why we are making this change -->
## π Implementation details
<!-- Provide a description of the implementation -->
## π¨ UI Changes
<!-- Add relevant screenshots -->
<details>
<summary>iOS</summary>
<table>
<thead>
<tr>
<td>Before</td>
<td>After</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<!--<img src="" /> -->
</td>
<td>
<!--<img src="" /> -->
</td>
</tr>
</tbody>
</table>
</details>
<details>
<summary>Android</summary>
<table>
<thead>
<tr>
<td>Before</td>
<td>After</td>
</tr>
</thead>
<tbody>
<tr>
<td>
<!--<img src="" /> -->
</td>
<td>
<!--<img src="" /> -->
</td>
</tr>
</tbody>
</table>
</details>
## π§ͺ Testing
<!-- Explain how this change can be tested (or why it can't be tested)
-->
## βοΈ Checklist
- [ ] I have signed the [Stream
CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform)
(required)
- [ ] PR targets the `develop` branch
- [ ] Documentation is updated
- [ ] New code is tested in main example apps, including all possible
scenarios
- [ ] SampleApp iOS and Android
- [ ] Expo iOS and Android1 parent 7068222 commit cad497f
3 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8270 | 8270 | | |
8271 | 8271 | | |
8272 | 8272 | | |
8273 | | - | |
8274 | | - | |
8275 | | - | |
8276 | | - | |
| 8273 | + | |
| 8274 | + | |
| 8275 | + | |
| 8276 | + | |
8277 | 8277 | | |
8278 | 8278 | | |
8279 | 8279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8352 | 8352 | | |
8353 | 8353 | | |
8354 | 8354 | | |
8355 | | - | |
8356 | | - | |
8357 | | - | |
8358 | | - | |
| 8355 | + | |
| 8356 | + | |
| 8357 | + | |
| 8358 | + | |
8359 | 8359 | | |
8360 | 8360 | | |
8361 | 8361 | | |
| |||
0 commit comments