Added the Notifications scene back in.

This commit is contained in:
Maurice Parker
2023-03-09 21:16:24 -06:00
parent f2de42defd
commit 628f608389
2 changed files with 258 additions and 177 deletions

View File

@@ -121,7 +121,7 @@ class SettingsViewController: UITableViewController, Logging {
switch section {
case 0:
// if notificationStatus == .authorized { return 2 }
if notificationStatus == .authorized { return 2 }
return 1
case 1:
return AccountManager.shared.accounts.count + 1
@@ -174,7 +174,6 @@ class SettingsViewController: UITableViewController, Logging {
cell = acctCell
}
default:
print("***** \(indexPath)")
cell = super.tableView(tableView, cellForRowAt: indexPath)
}