diff --git a/MacPass/MPPluginRepository.m b/MacPass/MPPluginRepository.m index 098e7529..923c3bc0 100644 --- a/MacPass/MPPluginRepository.m +++ b/MacPass/MPPluginRepository.m @@ -95,7 +95,9 @@ NSString *const MPPluginRepositoryDidUpdateAvailablePluginsNotification = @"com. if(!allowRemoteConnection) { [self _fetchLocalFallbackRepositoryData:completionHandler]; } - [self _fetchRepositoryDataCompletionHandler:completionHandler]; + else { + [self _fetchRepositoryDataCompletionHandler:completionHandler]; + } }); }