Removed separator insets from layout code as they were no longer needed.

This commit is contained in:
Maurice Parker
2020-03-20 06:58:11 -05:00
parent 4d18c34759
commit 316e4e62b2
4 changed files with 1 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ class MasterTimelineTableViewCell: VibrantTableViewCell {
feedNameView.setFrameIfNotEqual(layout.feedNameRect)
dateView.setFrameIfNotEqual(layout.dateRect)
separatorInset = layout.separatorInsets
separatorInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
}
func setIconImage(_ image: IconImage) {