зеркало из https://github.com/nextcloud/desktop.git
Merge pull request #7521 from nextcloud/bugfix/conflict-bad-xpc-vfs
Add missing brace in FileProviderXPC's fileProviderExtReachable
This commit is contained in:
Коммит
d3677a583d
|
@ -146,6 +146,7 @@ void FileProviderXPC::createDebugArchiveForExtension(const QString &extensionAcc
|
|||
}
|
||||
|
||||
bool FileProviderXPC::fileProviderExtReachable(const QString &extensionAccountId, const bool retry, const bool reconfigureOnFail)
|
||||
{
|
||||
const auto lastUnreachableTime = _unreachableAccountExtensions.value(extensionAccountId);
|
||||
if (!retry
|
||||
&& !reconfigureOnFail
|
||||
|
|
Загрузка…
Ссылка в новой задаче