diff --git a/Tusker/Views/Status/TimelineStatusTableViewCell.swift b/Tusker/Views/Status/TimelineStatusTableViewCell.swift index 7a2b1327..0b79b5ce 100644 --- a/Tusker/Views/Status/TimelineStatusTableViewCell.swift +++ b/Tusker/Views/Status/TimelineStatusTableViewCell.swift @@ -66,10 +66,11 @@ class TimelineStatusTableViewCell: BaseStatusTableViewCell { if let rebloggedStatus = status.reblog { reblogStatusID = statusID rebloggerID = status.account.id - status = rebloggedStatus - realStatusID = rebloggedStatus.id reblogLabel.isHidden = false updateRebloggerLabel(reblogger: status.account) + + status = rebloggedStatus + realStatusID = rebloggedStatus.id } else { reblogStatusID = nil rebloggerID = nil