summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-07-22 11:45:07 +0200
committerAndrej Mihajlov <and@mullvad.net>2021-07-22 11:45:07 +0200
commitfc34d04f9b7ca18267230be55267f04c82c9c96a (patch)
treef28a73b2a2de597dde28af5394c57b80aa0fa5e5
parent8935e7219b84adcc1eba38c53a498d0e5f72ed29 (diff)
parent9ba62e66014ed0f78a5198b43564a550624cc316 (diff)
downloadmullvadvpn-fc34d04f9b7ca18267230be55267f04c82c9c96a.tar.xz
mullvadvpn-fc34d04f9b7ca18267230be55267f04c82c9c96a.zip
Merge branch 'fix-select-location-view-order'
-rw-r--r--ios/MullvadVPN/SelectLocationViewController.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/SelectLocationViewController.swift b/ios/MullvadVPN/SelectLocationViewController.swift
index ad9884d3fe..222aa14b85 100644
--- a/ios/MullvadVPN/SelectLocationViewController.swift
+++ b/ios/MullvadVPN/SelectLocationViewController.swift
@@ -67,6 +67,7 @@ class SelectLocationViewController: UIViewController, UITableViewDelegate {
self.tableView = tableView
+ view.accessibilityElements = [tableHeaderFooterView, tableView]
view.backgroundColor = .secondaryColor
view.addSubview(tableView)