Explorar el Código

VLCMediaCategoryViewController: Search: Empty text when canceled

(closes #532)
Soomin Lee hace 6 años
padre
commit
fb0dbbc6e9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Sources/MediaCategories/MediaCategoryViewController.swift

+ 1 - 0
Sources/MediaCategories/MediaCategoryViewController.swift

@@ -255,6 +255,7 @@ class VLCMediaCategoryViewController: UICollectionViewController, UICollectionVi
 
     func searchBarCancelButtonClicked(_ searchBar: UISearchBar) {
         searchBar.resignFirstResponder()
+        searchBar.text = ""
         searchBar.setShowsCancelButton(false, animated: true)
         reloadData()
     }