Hello
I have 3 EditTexts and a Button
When i press the Button i check the texts in EditTexts and only in the 3d EditText there is text
The others are empty
The only difference between them is that the 3rd is Multline
This strange thing happens only in one activity, all the others are working fine
This is the code
Username=EditText1.text
Password=EditText2.text
Email=EditText3.text
I have 3 EditTexts and a Button
When i press the Button i check the texts in EditTexts and only in the 3d EditText there is text
The others are empty
The only difference between them is that the 3rd is Multline
This strange thing happens only in one activity, all the others are working fine
This is the code
Username=EditText1.text
Password=EditText2.text
Email=EditText3.text