From: masensio Date: Tue, 18 Mar 2014 13:41:25 +0000 (+0100) Subject: OC-3386:(Fix bug) An alert saying 'trying to login' is shown before clicking the... X-Git-Tag: oc-android-1.5.5~5^2~1^2~15 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/c80357f75077620a366883b997dbf613d257c17b?ds=inline;hp=-c OC-3386:(Fix bug) An alert saying 'trying to login' is shown before clicking the to connect --- c80357f75077620a366883b997dbf613d257c17b 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);