Make icon vibrancy deselections match the deselection animation

This commit is contained in:
Maurice Parker
2019-10-23 11:47:21 -05:00
parent 2e489d4093
commit eea450bee3
3 changed files with 26 additions and 13 deletions

View File

@@ -103,6 +103,7 @@ class SettingsViewController: UITableViewController {
cell.textLabel?.text = NSLocalizedString("Add Account", comment: "Accounts")
} else {
let acctCell = tableView.dequeueReusableCell(withIdentifier: "SettingsAccountTableViewCell", for: indexPath) as! SettingsAccountTableViewCell
acctCell.applyThemeProperties()
let account = sortedAccounts[indexPath.row]
acctCell.accountImage?.image = AppAssets.image(for: account.type)
acctCell.accountNameLabel?.text = account.nameForDisplay