|
@@ -805,8 +805,7 @@ implements OnRemoteOperationListener, OnSslValidatorListener, OnFocusChangeList
|
|
|
|
|
|
if ( mAction == ACTION_CREATE) {
|
|
if ( mAction == ACTION_CREATE) {
|
|
mUsernameInput.setText(username);
|
|
mUsernameInput.setText(username);
|
|
- createAccount();
|
|
|
|
- success = true;
|
|
|
|
|
|
+ success = createAccount();
|
|
} else {
|
|
} else {
|
|
|
|
|
|
if (!mUsernameInput.getText().toString().equals(username)) {
|
|
if (!mUsernameInput.getText().toString().equals(username)) {
|