mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-03 10:47:35 +01:00
Merge pull request #587 from woxtu/dims-background
Replace a deprecated property
This commit is contained in:
commit
df5099dd30
@ -60,7 +60,7 @@ final class SearchDetailViewController: PageboyViewController, NeedsDependency {
|
||||
let searchController: CustomSearchController = {
|
||||
let searchController = CustomSearchController()
|
||||
searchController.automaticallyShowsScopeBar = false
|
||||
searchController.dimsBackgroundDuringPresentation = false
|
||||
searchController.obscuresBackgroundDuringPresentation = false
|
||||
return searchController
|
||||
}()
|
||||
private(set) lazy var searchBar: UISearchBar = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user