(initial)
| 4987 | if (!track) return; |
| 4988 | refreshAdjacent(); |
| 4989 | }, 150); |
| 4990 | }, DURATION + 20); |
| 4991 | }; |
| 4992 | const swipeWithKnownTarget = (dir, newUrl, newUri) => { |
| 4993 | if (!track || animating || canvasVisible) return; |
| 4994 | animating = true; |
no test coverage detected