Browse Source

OC-3386:(Fix bug) An alert saying 'trying to login' is shown before clicking the to connect

masensio 11 years ago
parent
commit
c80357f750

+ 0 - 3
src/com/owncloud/android/authentication/AuthenticatorActivity.java

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