Update timeline theme. Issue #1169

This commit is contained in:
Maurice Parker
2019-10-25 15:52:32 -05:00
parent cf7ea99cb6
commit 21aaf71cbf
5 changed files with 53 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ struct MasterTimelineAccessibilityCellLayout: MasterTimelineCellLayout {
currentPoint.x += MasterTimelineDefaultCellLayout.unreadCircleDimension + MasterTimelineDefaultCellLayout.unreadCircleMarginRight
// Separator Insets
self.separatorInsets = UIEdgeInsets(top: 0, left: currentPoint.x, bottom: 0, right: 0)
self.separatorInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
// Avatar
if cellData.showAvatar {