mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fixed rendering on phones with the notch by taking into consideration cell safe area insets.
This commit is contained in:
@@ -489,6 +489,8 @@ class MasterViewController: UITableViewController, UndoableCommandRunner {
|
||||
cell.delegate = self
|
||||
if node.parent?.representedObject is Folder {
|
||||
cell.indentationLevel = 1
|
||||
} else {
|
||||
cell.indentationLevel = 0
|
||||
}
|
||||
cell.disclosureExpanded = expandedNodes.contains(node)
|
||||
cell.allowDisclosureSelection = node.canHaveChildNodes
|
||||
|
||||
Reference in New Issue
Block a user