Show correct checkmark

This commit is contained in:
Nathan Mattes 2023-06-02 11:12:30 +02:00
parent aa9a6ee701
commit 081727865f
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ extension AccountListViewModel {
switch item {
case .authentication(let record):
let cell = tableView.dequeueReusableCell(withIdentifier: String(describing: AccountListTableViewCell.self), for: indexPath) as! AccountListTableViewCell
if let activeAuthentication = AuthenticationServiceProvider.shared.authentications.first
if let activeAuthentication = AuthenticationServiceProvider.shared.authenticationSortedByActivation().first
{
AccountListViewModel.configure(
in: managedObjectContext,