Ensure webfinger indicator is visible
This commit is contained in:
parent
718dfccf7d
commit
587b88645e
|
@ -226,6 +226,8 @@ private extension CollectionViewController {
|
|||
tableView.tableHeaderView = headerView
|
||||
tableView.layoutIfNeeded()
|
||||
}
|
||||
|
||||
view.insertSubview(webfingerIndicatorView, aboveSubview: headerView)
|
||||
}
|
||||
|
||||
if let footerView = tableView.tableFooterView {
|
||||
|
|
Loading…
Reference in New Issue