Selaa lähdekoodia

Fix bug: Black screen is shown when trying to go to files view after changing the password

masensio 10 vuotta sitten
vanhempi
commit
90b786853e

+ 1 - 1
owncloud-android-library

@@ -1 +1 @@
-Subproject commit 24110ba17870aa48a85751367922a87415a550d4
+Subproject commit c2b5ddd2364f53201e7df6210ce04bc6bf4a2bbd

+ 3 - 3
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);