Share dialog: Hide settings dialog before showing #3783

This commit is contained in:
Markus Goetz 2015-09-16 11:17:00 -04:00
parent ca95276298
commit c09b4e1477

View File

@ -765,6 +765,10 @@ void ownCloudGui::slotShowShareDialog(const QString &sharePath, const QString &l
qDebug() << "Could not open share dialog for" << localPath << "no responsible folder found";
return;
}
// For https://github.com/owncloud/client/issues/3783
_settingsDialog->hide();
const auto accountState = folder->accountState();
qDebug() << Q_FUNC_INFO << "Opening share dialog" << sharePath << localPath;