X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/3806916a484dc1075f29e2717018291627bdfebf..c80357f75077620a366883b997dbf613d257c17b:/src/com/owncloud/android/authentication/AuthenticatorActivity.java diff --git a/src/com/owncloud/android/authentication/AuthenticatorActivity.java b/src/com/owncloud/android/authentication/AuthenticatorActivity.java index 955dc547..72b65945 100644 --- a/src/com/owncloud/android/authentication/AuthenticatorActivity.java +++ b/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);