- mDownloadClient = ((MainApp)getApplicationContext()).getOwnCloudClientManager().
- getClientFor(mLastAccount, this);
+ OwnCloudAccount ocAccount = new OwnCloudAccount(mLastAccount, this);
+ mDownloadClient = OwnCloudClientManagerFactory.getDefaultSingleton().
+ getClientFor(ocAccount, this);