fixed a few bugs for refreshControl and footerView

Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
Matt Bruce 2025-01-21 14:02:32 -06:00
parent 52d02ea3a1
commit 0f4cd465b1

View File

@ -104,6 +104,8 @@ class EmployeesViewController: UIViewController {
self?.activityIndicator.startAnimating()
} else {
self?.activityIndicator.stopAnimating()
self?.tableView.refreshControl?.endRefreshing()
self?.updateFooter()
}
}
.store(in: &cancellables)