|
@@ -257,8 +257,9 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
|
|
if appDelegate.account == "" { return }
|
|
if appDelegate.account == "" { return }
|
|
|
|
|
|
|
|
|
|
- if searchController?.isActive ?? false {
|
|
+ if searchController?.isActive ?? false || isSearching {
|
|
searchController?.isActive = false
|
|
searchController?.isActive = false
|
|
|
|
+ isSearching = false
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|