Explorar o código

VLCMediaCategoryViewController: Search: Reset research data

Soomin Lee %!s(int64=6) %!d(string=hai) anos
pai
achega
900531d9db
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Sources/MediaCategories/MediaCategoryViewController.swift

+ 2 - 0
Sources/MediaCategories/MediaCategoryViewController.swift

@@ -306,7 +306,9 @@ extension VLCMediaCategoryViewController {
 
     func searchBarCancelButtonClicked(_ searchBar: UISearchBar) {
         searchBar.resignFirstResponder()
+        // Empty the text field and reset the research
         searchBar.text = ""
+        searchDataSource.shouldReloadFor(searchString: "")
         searchBar.setShowsCancelButton(false, animated: true)
         reloadData()
     }