Remove a number of instances of the word master.

This commit is contained in:
Brent Simmons
2024-11-14 20:05:37 -08:00
parent 44fbcd85b6
commit 45d6981215
7 changed files with 45 additions and 45 deletions

View File

@@ -552,7 +552,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
let layout = TimelineAccessibilityCellLayout(width: tableView.bounds.width, insets: tableView.safeAreaInsets, cellData: prototypeCellData)
tableView.estimatedRowHeight = layout.height
} else {
let layout = MasterTimelineDefaultCellLayout(width: tableView.bounds.width, insets: tableView.safeAreaInsets, cellData: prototypeCellData)
let layout = TimelineDefaultCellLayout(width: tableView.bounds.width, insets: tableView.safeAreaInsets, cellData: prototypeCellData)
tableView.estimatedRowHeight = layout.height
}