mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-25 09:41:00 +00:00
Ensure webfinger indicator is visible
This commit is contained in:
parent
718dfccf7d
commit
587b88645e
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ private extension CollectionViewController {
|
||||||
tableView.tableHeaderView = headerView
|
tableView.tableHeaderView = headerView
|
||||||
tableView.layoutIfNeeded()
|
tableView.layoutIfNeeded()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
view.insertSubview(webfingerIndicatorView, aboveSubview: headerView)
|
||||||
}
|
}
|
||||||
|
|
||||||
if let footerView = tableView.tableFooterView {
|
if let footerView = tableView.tableFooterView {
|
||||||
|
|
Loading…
Reference in a new issue