Bläddra i källkod

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

masensio 11 år sedan
förälder
incheckning
c80357f750
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      src/com/owncloud/android/authentication/AuthenticatorActivity.java

+ 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);