Fix bug: Black screen is shown when trying to go to files view after changing the...
authormasensio <masensio@solidgear.es>
Wed, 18 Feb 2015 11:23:25 +0000 (12:23 +0100)
committermasensio <masensio@solidgear.es>
Wed, 18 Feb 2015 11:23:25 +0000 (12:23 +0100)
owncloud-android-library
src/com/owncloud/android/authentication/AuthenticatorActivity.java

index 24110ba..c2b5ddd 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 24110ba17870aa48a85751367922a87415a550d4
+Subproject commit c2b5ddd2364f53201e7df6210ce04bc6bf4a2bbd
index 5233e1b..9c42f27 100644 (file)
@@ -1461,9 +1461,9 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
      */\r
     private void updateAccountAuthentication() throws AccountNotFoundException {\r
         \r
-        OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor(\r
-                new OwnCloudAccount(mAccount, this)\r
-        );\r
+//        OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor(\r
+//                new OwnCloudAccount(mAccount, this)\r
+//        );\r
 \r
         Bundle response = new Bundle();\r
         response.putString(AccountManager.KEY_ACCOUNT_NAME, mAccount.name);\r