|
@@ -402,7 +402,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|
|
setClient(progressBar);
|
|
|
|
|
|
// show snackbar after 60s to switch back to old login method
|
|
|
- if (showLegacyLogin) {
|
|
|
+ if (showLegacyLogin && getResources().getBoolean(R.bool.show_old_login)) {
|
|
|
final String finalBaseURL = baseURL;
|
|
|
new Handler().postDelayed(() -> DisplayUtils.createSnackbar(mLoginWebView,
|
|
|
R.string.fallback_weblogin_text,
|