Commit 20db102
committed
The guard networkOperation == nil else { return } on line 265 is was blocking rapid page navigation (opening a thread and then mashing next-next-next while it's loading). Replacing it with cancelling the in-flight operation and nilling it out restores the old behavior where you could tap forward/back rapidly.
1 parent 55e523d commit 20db102
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
0 commit comments