From 1321f0b9ffb5a9981399fb2452ee839cc789250b Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 12 Apr 2020 18:23:20 -0700 Subject: [PATCH] =?UTF-8?q?Loop=20through=20through=20rows=20using=20the?= =?UTF-8?q?=20count=20of=20rows=20in=20that=20section,=20rather=20than=20t?= =?UTF-8?q?he=20count=20of=20rows=20in=20the=20initial=20indexPath?= =?UTF-8?q?=E2=80=99s=20section.=20Fix=20#1987.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOS/SceneCoordinator.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iOS/SceneCoordinator.swift b/iOS/SceneCoordinator.swift index 4408a5f30..3773f99b6 100644 --- a/iOS/SceneCoordinator.swift +++ b/iOS/SceneCoordinator.swift @@ -1693,16 +1693,16 @@ private extension SceneCoordinator { return 0 } }() - - for j in startingRow..