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