فهرست منبع

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");
         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
         /// get the path to the root folder through WebDAV from the version server
         String webdav_path = AccountUtils.getWebdavPath(mDiscoveredVersion, mAuthTokenType);
         String webdav_path = AccountUtils.getWebdavPath(mDiscoveredVersion, mAuthTokenType);