Fix building
authormasensio <masensio@solidgear.es>
Fri, 13 Feb 2015 14:07:11 +0000 (15:07 +0100)
committermasensio <masensio@solidgear.es>
Fri, 13 Feb 2015 14:07:11 +0000 (15:07 +0100)
owncloud-android-library
src/com/owncloud/android/authentication/AuthenticatorActivity.java

index 2f178c9..24110ba 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2f178c9c34e3dab507c46e718705913ed44db3c5
+Subproject commit 24110ba17870aa48a85751367922a87415a550d4
index e2c3c03..5233e1b 100644 (file)
@@ -1460,13 +1460,10 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
      * the new credentials when needed.\r
      */\r
     private void updateAccountAuthentication() throws AccountNotFoundException {\r
-        try {\r
-            OwnCloudClientManagerFactory.getDefaultSingleton().removeClientFor(\r
-                    new OwnCloudAccount(mAccount, this)\r
-            );\r
-        } catch (Exception e) {\r
-            Log_OC.e(TAG, "Exception", e);\r
-        }\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