Skip to content

Commit

Permalink
Show account-details
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Nov 13, 2023
1 parent 00c61d2 commit b82e4e5
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,7 @@ extension SuggestionAccountViewController: UITableViewDelegate {
guard let item = tableViewDiffableDataSource.itemIdentifier(for: indexPath) else { return }
switch item {
case .account(let account, _):
print("Show \(account.acct)")
// let cachedProfileViewModel = CachedProfileViewModel(context: context, authContext: viewModel.authContext, mastodonUser: account)
// _ = coordinator.present(
// scene: .profile(viewModel: cachedProfileViewModel),
// from: self,
// transition: .show
// )
Task { await DataSourceFacade.coordinateToProfileScene(provider: self, account: account) }
}

tableView.deselectRow(at: indexPath, animated: true)
Expand Down

0 comments on commit b82e4e5

Please sign in to comment.