Deselect table

This commit is contained in:
Nathan Mattes 2023-10-20 18:53:11 +02:00
parent c26467c904
commit 480d1c5265
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import MastodonLocalization
extension UITableViewDelegate where Self: DataSourceProvider & AuthContextProvider {
func aspectTableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
tableView.deselectRow(at: indexPath, animated: true )
Task {
let source = DataSourceItem.Source(tableViewCell: nil, indexPath: indexPath)
guard let item = await item(from: source) else {