X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/85f63a0ff4e303593de7aabfaff7e01932d27217..7a345cf83b4cf60f942a1cb7510363dbe4970c20:/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 716bf7fa..21aab72f 100644 --- a/src/com/owncloud/android/authentication/AuthenticatorActivity.java +++ b/src/com/owncloud/android/authentication/AuthenticatorActivity.java @@ -1697,14 +1697,6 @@ SsoWebViewClientListener, OnSslUntrustedCertListener { dialog.show(ft, UNTRUSTED_CERT_DIALOG_TAG); } - /** - * Show authentication dialog - */ - public void showAuthenticationDialog(WebView webView, HttpAuthHandler handler) { - // Show a dialog for the authentication - createAuthenticationDialog(webView, handler); - - } /** * Show untrusted cert dialog @@ -1798,11 +1790,11 @@ SsoWebViewClientListener, OnSslUntrustedCertListener { } /** - * Create dialog for request authentication to the user + * Create and show dialog for request authentication to the user * @param webView * @param handler */ - private void createAuthenticationDialog(WebView webView, HttpAuthHandler handler) { + public void createAuthenticationDialog(WebView webView, HttpAuthHandler handler) { // Show a dialog with the certificate info CredentialsDialogFragment dialog = CredentialsDialogFragment.newInstanceForCredentials(webView, handler);