mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Show correct checkmark
This commit is contained in:
parent
aa9a6ee701
commit
081727865f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user