summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/View controllers/Preferences/PreferencesDataSource.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/MullvadVPN/View controllers/Preferences/PreferencesDataSource.swift b/ios/MullvadVPN/View controllers/Preferences/PreferencesDataSource.swift
index 73f051597c..a6b565ada6 100644
--- a/ios/MullvadVPN/View controllers/Preferences/PreferencesDataSource.swift
+++ b/ios/MullvadVPN/View controllers/Preferences/PreferencesDataSource.swift
@@ -409,6 +409,10 @@ final class PreferencesDataSource: UITableViewDiffableDataSource<
}
}
+ func tableView(_ tableView: UITableView, willDeselectRowAt indexPath: IndexPath) -> IndexPath? {
+ nil
+ }
+
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
let sectionIdentifier = snapshot().sectionIdentifiers[section]