CLOUD: Do saves sync on Storage connect

This commit is contained in:
Alexander Tkachev 2016-06-14 21:16:11 +06:00
parent 0aea8db7e1
commit 8a84263d2b
4 changed files with 7 additions and 7 deletions

View file

@ -125,8 +125,6 @@ void GoogleDriveStorage::codeFlowComplete(BoolResponse response) {
CloudConfig.removeKey("googledrive_code");
CloudMan.replaceStorage(this, kStorageGoogleDriveId);
CloudConfig.flushToDisk();
debug("Done! You can use Google Drive now! Look:");
CloudMan.testFeature();
}
void GoogleDriveStorage::saveConfig(Common::String keyPrefix) {