Skip to content

Commit 9421f5a

Browse files
author
Iain McGinniss
committed
Disable editing the email address on the registration screen
Change-Id: I37cbad6b141328a4aef9f7f3893d83972c509258
1 parent a3a084f commit 9421f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/src/main/java/com/firebase/ui/auth/ui/email/RegisterEmailActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ protected void onCreate(Bundle savedInstanceState) {
9494

9595
if (email != null) {
9696
mEmailEditText.setText(email);
97+
mEmailEditText.setEnabled(false);
9798
}
9899
setUpTermsOfService();
99100
Button createButton = (Button) findViewById(R.id.button_create);

0 commit comments

Comments
 (0)