Don't show a server when you just tapped on one (#540)

This commit is contained in:
Nathan Mattes 2022-11-13 14:55:59 +01:00
parent 7c14d71630
commit 378e04c9cb
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ extension MastodonLoginViewController: UITableViewDelegate {
viewModel.selectedServer = server
contentView.searchTextField.text = server.domain
viewModel.filterServers(withText: " ")
contentView.navigationActionView.nextButton.isEnabled = true
tableView.deselectRow(at: indexPath, animated: true)