X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/a091d39076128df9c90e9c3e878e5653458e2b67..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 5233e1b1..9c42f276 100644 --- a/src/com/owncloud/android/authentication/AuthenticatorActivity.java +++ b/src/com/owncloud/android/authentication/AuthenticatorActivity.java @@ -1461,9 +1461,9 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity */ private void updateAccountAuthentication() throws AccountNotFoundException { - OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor( - new OwnCloudAccount(mAccount, this) - ); +// OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor( +// new OwnCloudAccount(mAccount, this) +// ); Bundle response = new Bundle(); response.putString(AccountManager.KEY_ACCOUNT_NAME, mAccount.name);