Merge branch 'master' of c:/ph/keepass2android

This commit is contained in:
Philipp Crocoll
2021-07-03 15:50:39 +02:00

View File

@@ -309,6 +309,8 @@ public class DropboxV2Storage extends JavaFileStorageBase
credential = new DbxCredential(credential.getAccessToken(), -1L, credential.getRefreshToken(), credential.getAppKey());
dbxClient = new DbxClientV2(DbxRequestConfigFactory.getRequestConfig(), credential);
setLoggedIn(true);
return;
}