|
@@ -588,6 +588,8 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
|
|
|
welcomeLink.setVisibility(mAction == ACTION_CREATE && isWelcomeLinkVisible ? View.VISIBLE : View.GONE);
|
|
|
welcomeLink.setText(getString(R.string.auth_register));
|
|
|
|
|
|
+ mTestServerButton.setVisibility(mAction == ACTION_CREATE ? View.VISIBLE : View.GONE);
|
|
|
+
|
|
|
TextView instructionsView = (TextView) findViewById(R.id.instructions_message);
|
|
|
if (instructionsMessageText != null) {
|
|
|
instructionsView.setVisibility(View.VISIBLE);
|