Преглед на файлове

use searchController.obscuresBackgroundDuringPresentation instead of deprecated searchController.dimsBackgroundDuringPresentation (as elsewhere in the app)

B. Petersen преди 1 година
родител
ревизия
d310c48951
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      DcShare/Controller/ChatListController.swift

+ 1 - 1
DcShare/Controller/ChatListController.swift

@@ -19,7 +19,7 @@ class ChatListController: UITableViewController {
         searchController.searchResultsUpdater = viewModel
         searchController.obscuresBackgroundDuringPresentation = false
         searchController.searchBar.placeholder = String.localized("search")
-        searchController.dimsBackgroundDuringPresentation = false
+        searchController.obscuresBackgroundDuringPresentation = true
         searchController.hidesNavigationBarDuringPresentation = true
         searchController.searchBar.delegate = self
         return searchController