Pārlūkot izejas kodu

VLCMediaCategoryViewController: Search: Empty text when canceled

(closes #532)
Soomin Lee 6 gadi atpakaļ
vecāks
revīzija
fb0dbbc6e9

+ 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()
     }