Skip to content

Commit

Permalink
Swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dhidalgofadrique committed Sep 6, 2024
1 parent 89cd6bb commit ed72b55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Sources/Mistica/Components/Lists/ListCellContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,5 @@ private extension ListCellContentView {
case .interactive, .customInformative:
accessibilityElements = []
}

}
}
2 changes: 1 addition & 1 deletion Sources/Mistica/Components/Lists/ListTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ open class ListTableViewCell: UITableViewCell {

override public func accessibilityActivate() -> Bool {
guard case let .interactive(accessibilityInteractiveData) = accessibilityType,
let action = accessibilityInteractiveData.action else {
let action = accessibilityInteractiveData.action else {
return false
}

Expand Down
2 changes: 1 addition & 1 deletion Sources/Mistica/Components/Tag/TagView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public class TagView: UIView {

extension TagView: AccessibleTextualView {
public var accessibleText: String? {
return text
text
}
}

Expand Down

0 comments on commit ed72b55

Please sign in to comment.