more work on notifications

This commit is contained in:
Stuart Breckenridge
2022-01-27 08:27:11 +08:00
parent a46b6b7d35
commit f85d8febf1
4 changed files with 37 additions and 25 deletions

View File

@@ -139,14 +139,6 @@ class SettingsViewController: UITableViewController {
let cell: UITableViewCell
switch indexPath.section {
case 0:
let settingsCell = tableView.dequeueReusableCell(withIdentifier: "SettingsTableViewCell", for: indexPath)
settingsCell.imageView?.image = UIImage(named: "settingsGear")
settingsCell.imageView?.layer.masksToBounds = true
settingsCell.imageView?.layer.cornerRadius = 4
settingsCell.imageView?.frame = CGRect(x: 0, y: 0, width: 24, height: 24)
cell = settingsCell
case 1:
let sortedAccounts = AccountManager.shared.sortedAccounts