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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user