- mStorageManager = new FileDataStorageManager(mLastAccount, getContentResolver());
- mUploadClient = OwnCloudClientFactory.createOwnCloudClient(mLastAccount, getApplicationContext());
+ mStorageManager =
+ new FileDataStorageManager(mLastAccount, getContentResolver());
+ mUploadClient = ((MainApp)getApplicationContext()).getOwnCloudClientManager().
+ getClientFor(mLastAccount, this);