From 88aa6635ea59538e353bc958015093fae3fe406e Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Mon, 13 Mar 2023 11:41:07 +0100 Subject: [PATCH] Fix unintentionally removed line of code --- .../View/TableviewCell/StatusThreadRootTableViewCell.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mastodon/Scene/Share/View/TableviewCell/StatusThreadRootTableViewCell.swift b/Mastodon/Scene/Share/View/TableviewCell/StatusThreadRootTableViewCell.swift index 3105fdf98..de4ec49d9 100644 --- a/Mastodon/Scene/Share/View/TableviewCell/StatusThreadRootTableViewCell.swift +++ b/Mastodon/Scene/Share/View/TableviewCell/StatusThreadRootTableViewCell.swift @@ -113,8 +113,8 @@ extension StatusThreadRootTableViewCell { statusView.pollTableView, statusView.pollStatusStackView, statusView.statusCardControl, - statusView.actionToolbarContainer - // statusMetricView is intentionally excluded + statusView.actionToolbarContainer, + statusView.statusMetricView ] if statusView.viewModel.isContentReveal {