From c80357f75077620a366883b997dbf613d257c17b Mon Sep 17 00:00:00 2001 From: masensio Date: Tue, 18 Mar 2014 14:41:25 +0100 Subject: [PATCH] OC-3386:(Fix bug) An alert saying 'trying to login' is shown before clicking the to connect --- src/com/owncloud/android/authentication/AuthenticatorActivity.java | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.11.0