[iOS] Deduplicate the "Delete" AccessibilityAction of ReadingList
The ReadingList cells used to have two "Delete" custom accessibility actions: one from UIKit because it is possible to swipe-to-delete, the other from the custome action set on the cell directly. This CL removes the one set from the code, leaving only the UIKit one. Bug: 985746 Change-Id: I873703cd65d09dfe8e2779ed4760f81c22812ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715346 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#680026}
Showing
Please register or sign in to comment