Fix problem of duplication of account when there are a problem of registration on generic login
This commit is contained in:
parent
7d345a5f16
commit
54aed57e04
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ private static AssistantActivity instance;
|
|||
if (progress != null) progress.dismiss();
|
||||
if (dialog == null || !dialog.isShowing()) {
|
||||
dialog = createErrorDialog(cfg, smessage);
|
||||
dialog.setCancelable(false);
|
||||
dialog.show();
|
||||
}
|
||||
} else if(!(state == RegistrationState.RegistrationProgress)) {
|
||||
|
|
Loading…
Reference in a new issue