소스 검색

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

masensio 11 년 전
부모
커밋
c80357f750
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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);