diff --git a/iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift b/iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift index 63249d581..9f9d1c342 100644 --- a/iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift +++ b/iOS/MasterTimeline/Cell/MasterTimelineTableViewCell.swift @@ -93,6 +93,8 @@ class MasterTimelineTableViewCell: VibrantTableViewCell { if traitCollection.userInterfaceStyle == .light { let separatorAccentRect = CGRect(x: safeAreaInsets.left, y: frame.height - 2, width: frame.width - safeAreaInsets.right - safeAreaInsets.left, height: 1) separatorAccent.setFrameIfNotEqual(separatorAccentRect) + } else { + separatorAccent.setFrameIfNotEqual(.zero) } }