Ensure webfinger indicator is visible

This commit is contained in:
Justin Mazzocchi 2020-09-26 16:43:12 -07:00
parent 718dfccf7d
commit 587b88645e
No known key found for this signature in database
GPG Key ID: E223E6937AAFB01C
1 changed files with 2 additions and 0 deletions

View File

@ -226,6 +226,8 @@ private extension CollectionViewController {
tableView.tableHeaderView = headerView
tableView.layoutIfNeeded()
}
view.insertSubview(webfingerIndicatorView, aboveSubview: headerView)
}
if let footerView = tableView.tableFooterView {