From: masensio Date: Wed, 18 Feb 2015 11:23:25 +0000 (+0100) Subject: Fix bug: Black screen is shown when trying to go to files view after changing the... X-Git-Tag: oc-android-1.7.1_signed^2~42^2~2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/90b786853ef6150be22af40afd0562f0ca6639ce?ds=inline;hp=--cc Fix bug: Black screen is shown when trying to go to files view after changing the password --- 90b786853ef6150be22af40afd0562f0ca6639ce 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);