remove duplicate code device list

This commit is contained in:
Pfeil, Scott Robert 2020-06-12 16:34:18 -04:00
parent 023576d260
commit 799d6555c0
2 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@ import Foundation
}
func updateAccessibilityLabel() {
accessibilityTraits = .button
if let accessoryView = accessoryView {
// Both caret and button. Read all content on caret.
isAccessibilityElement = false

View File

@ -94,7 +94,6 @@ import Foundation
if !linkShowing {
// Make whole cell focusable if no link.
accessibilityLabel = getAccessibilityMessage()
accessibilityElements = nil
} else if let accessoryView = accessoryView {
// Both caret and link. Read all content on caret.
accessoryView.accessibilityLabel = getAccessibilityMessage()