Fix unintentionally removed line of code

This commit is contained in:
Marcus Kida 2023-03-13 11:41:07 +01:00
parent b6b7eed5e2
commit 88aa6635ea
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ extension StatusThreadRootTableViewCell {
statusView.pollTableView, statusView.pollTableView,
statusView.pollStatusStackView, statusView.pollStatusStackView,
statusView.statusCardControl, statusView.statusCardControl,
statusView.actionToolbarContainer statusView.actionToolbarContainer,
// statusMetricView is intentionally excluded statusView.statusMetricView
] ]
if statusView.viewModel.isContentReveal { if statusView.viewModel.isContentReveal {