1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Added unit test for SingleSessionManager

This commit is contained in:
David A. Velasco
2014-07-01 13:26:29 +02:00
parent be03f46c7e
commit 7fe8979846
2 changed files with 124 additions and 1 deletions
@@ -101,7 +101,7 @@ public class SingleSessionManager implements OwnCloudClientManager {
client = OwnCloudClientFactory.createOwnCloudClient(
account.getBaseUri(),
context.getApplicationContext(),
true);
true); // TODO remove dependency on OwnCloudClientFactory
// Restore Cookies ??
AccountUtils.restoreCookies(accountName, client, context);