Parcourir la source

VLCMediaCategoryViewController: Search: Empty text when canceled

(closes #532)
Soomin Lee il y a 6 ans
Parent
commit
fb0dbbc6e9
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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()
     }