Fix unintentionally removed line of code
This commit is contained in:
parent
b6b7eed5e2
commit
88aa6635ea
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue