mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 04:59:35 +00:00
Fixed issue where remove connection would be used despite the user not consenting to it.
This commit is contained in:
@@ -95,7 +95,9 @@ NSString *const MPPluginRepositoryDidUpdateAvailablePluginsNotification = @"com.
|
||||
if(!allowRemoteConnection) {
|
||||
[self _fetchLocalFallbackRepositoryData:completionHandler];
|
||||
}
|
||||
[self _fetchRepositoryDataCompletionHandler:completionHandler];
|
||||
else {
|
||||
[self _fetchRepositoryDataCompletionHandler:completionHandler];
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user