summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift
diff options
context:
space:
mode:
authormojganii <mojgan.jelodar@codic.se>2024-09-17 13:28:12 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-09-18 12:42:25 +0200
commit5bbb719a282ea032f804ed93cd4b8af5d7c5a900 (patch)
tree72539f8d98912a0d4c1fe4968cee31b9cf14b831 /ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift
parent4dd0be399ea979202e1b5ea125ce0953e3790fbe (diff)
downloadmullvadvpn-5bbb719a282ea032f804ed93cd4b8af5d7c5a900.tar.xz
mullvadvpn-5bbb719a282ea032f804ed93cd4b8af5d7c5a900.zip
Bump minimum target deployment to 15.0
Diffstat (limited to 'ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift')
-rw-r--r--ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift b/ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift
index 0450be0a81..0dce2859e0 100644
--- a/ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift
+++ b/ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift
@@ -77,7 +77,7 @@ extension LocationDiffableDataSourceProtocol {
snapshot.appendItems(items, toSection: section)
if reloadExisting {
- snapshot.reconfigureOrReloadItems(items)
+ snapshot.reconfigureItems(items)
}
}