OC-3386:(Fix bug) An alert saying 'trying to login' is shown before clicking the...
authormasensio <masensio@solidgear.es>
Tue, 18 Mar 2014 13:41:25 +0000 (14:41 +0100)
committermasensio <masensio@solidgear.es>
Tue, 18 Mar 2014 13:41:25 +0000 (14:41 +0100)
src/com/owncloud/android/authentication/AuthenticatorActivity.java

index 955dc54..72b6594 100644 (file)
@@ -931,9 +931,6 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
         \r
         Log_OC.d(TAG, "Trying empty authorization to detect authentication method");\r
         \r
-        /// be gentle with the user\r
-        showDialog(DIALOG_LOGIN_PROGRESS);\r
-        \r
         /// get the path to the root folder through WebDAV from the version server\r
         String webdav_path = AccountUtils.getWebdavPath(mDiscoveredVersion, mAuthTokenType);\r
 \r