summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-09-18 12:42:50 +0200
committerBug Magnet <marco.nikic@mullvad.net>2024-09-18 12:42:50 +0200
commita8c1ca3474cb7741debf5ade3fdbd21de8dcc660 (patch)
tree72539f8d98912a0d4c1fe4968cee31b9cf14b831 /ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift
parent4dd0be399ea979202e1b5ea125ce0953e3790fbe (diff)
parent5bbb719a282ea032f804ed93cd4b8af5d7c5a900 (diff)
downloadmullvadvpn-a8c1ca3474cb7741debf5ade3fdbd21de8dcc660.tar.xz
mullvadvpn-a8c1ca3474cb7741debf5ade3fdbd21de8dcc660.zip
Merge branch 'drop-support-for-ios-14_2-ios-785'
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)
}
}