OC-3386:(Fix bug) An alert saying 'trying to login' is shown before clicking the...
[pub/Android/ownCloud.git] / 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