From 90b786853ef6150be22af40afd0562f0ca6639ce Mon Sep 17 00:00:00 2001 From: masensio Date: Wed, 18 Feb 2015 12:23:25 +0100 Subject: [PATCH] Fix bug: Black screen is shown when trying to go to files view after changing the password --- owncloud-android-library | 2 +- src/com/owncloud/android/authentication/AuthenticatorActivity.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/owncloud-android-library b/owncloud-android-library index 24110ba1..c2b5ddd2 160000 --- a/owncloud-android-library +++ b/owncloud-android-library @@ -1 +1 @@ -Subproject commit 24110ba17870aa48a85751367922a87415a550d4 +Subproject commit c2b5ddd2364f53201e7df6210ce04bc6bf4a2bbd 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); -- 2.11.0