mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Added the Notifications scene back in.
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user