From 378e04c9cbff8dd61e61a127e36dc34017c235bd Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Sun, 13 Nov 2022 14:55:59 +0100 Subject: [PATCH] Don't show a server when you just tapped on one (#540) --- .../Scene/Onboarding/Login/MastodonLoginViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mastodon/Scene/Onboarding/Login/MastodonLoginViewController.swift b/Mastodon/Scene/Onboarding/Login/MastodonLoginViewController.swift index ef65ca5e8..5811de40b 100644 --- a/Mastodon/Scene/Onboarding/Login/MastodonLoginViewController.swift +++ b/Mastodon/Scene/Onboarding/Login/MastodonLoginViewController.swift @@ -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)