X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/fba65e37f68f5cd72fb20c96982607702193a509..90b786853ef6150be22af40afd0562f0ca6639ce:/src/com/owncloud/android/authentication/AuthenticatorActivity.java diff --git a/src/com/owncloud/android/authentication/AuthenticatorActivity.java b/src/com/owncloud/android/authentication/AuthenticatorActivity.java index e2c3c033..9c42f276 100644 --- a/src/com/owncloud/android/authentication/AuthenticatorActivity.java +++ b/src/com/owncloud/android/authentication/AuthenticatorActivity.java @@ -1460,13 +1460,10 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity * the new credentials when needed. */ private void updateAccountAuthentication() throws AccountNotFoundException { - try { - OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor( - new OwnCloudAccount(mAccount, this) - ); - } catch (Exception e) { - Log_OC.e(TAG, "Exception", e); - } + +// OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor( +// new OwnCloudAccount(mAccount, this) +// ); Bundle response = new Bundle(); response.putString(AccountManager.KEY_ACCOUNT_NAME, mAccount.name);