[iOS] Fix ReadingList swipe-to-delete on iOS 10.
On iOS 10, UITableView will attempt to reload the deleted row's section after the animation, regardless of whether it's been removed from the UITableViewDataSource. This CL prevents that from occurring by performing a full reload when sections are deleted for swipe gestures on iOS 10. Bug: 898841 Change-Id: Ib35089be7982d040ad4e71a4b1759495dd7b8345 Reviewed-on: https://chromium-review.googlesource.com/c/1300106 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#604246}
Showing
Please register or sign in to comment