Skip to content

Commit

Permalink
Hide no results view if there's content
Browse files Browse the repository at this point in the history
Fixes #22510
  • Loading branch information
wargcm committed Feb 2, 2024
1 parent 51a98fb commit 6f66610
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1562,6 +1562,8 @@ extension ReaderStreamViewController: WPTableViewHandlerDelegate {
func tableViewDidChangeContent(_ tableView: UITableView) {
if content.contentCount == 0 {
displayNoResultsView()
} else {
hideResultsStatus()
}
}

Expand Down

0 comments on commit 6f66610

Please sign in to comment.