Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PIA VPN/UI/Menu/RegionsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ class RegionsViewController: AutolayoutViewController {
searchController.searchResultsUpdater = self
searchController.obscuresBackgroundDuringPresentation = false
searchController.searchBar.placeholder = L10n.Localizable.Region.Search.placeholder
self.tableView.tableHeaderView = self.searchController.searchBar

searchController.hidesNavigationBarDuringPresentation = false

navigationItem.searchController = searchController
definesPresentationContext = true
}

override func viewWillAppear(_ animated: Bool) {
Expand Down