diff --git a/AltStore/Settings/Error Log/ErrorLogViewController.swift b/AltStore/Settings/Error Log/ErrorLogViewController.swift index 1123414f..68ab57e4 100644 --- a/AltStore/Settings/Error Log/ErrorLogViewController.swift +++ b/AltStore/Settings/Error Log/ErrorLogViewController.swift @@ -122,6 +122,8 @@ private extension ErrorLogViewController { cell.menuButton.showsMenuAsPrimaryAction = true } + + cell.selectionStyle = .none } // Include errorDescriptionTextView's text in cell summary. @@ -269,6 +271,8 @@ extension ErrorLogViewController { override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { + guard #unavailable(iOS 14) else { return } + let loggedError = self.dataSource.item(at: indexPath) let alertController = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)