diff options
Diffstat (limited to 'ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift')
| -rw-r--r-- | ios/MullvadVPN/View controllers/SelectLocation/LocationDiffableDataSourceProtocol.swift | 2 |
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) } } |
