We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a084f commit 9421f5aCopy full SHA for 9421f5a
auth/src/main/java/com/firebase/ui/auth/ui/email/RegisterEmailActivity.java
@@ -94,6 +94,7 @@ protected void onCreate(Bundle savedInstanceState) {
94
95
if (email != null) {
96
mEmailEditText.setText(email);
97
+ mEmailEditText.setEnabled(false);
98
}
99
setUpTermsOfService();
100
Button createButton = (Button) findViewById(R.id.button_create);
0 commit comments