close AccountSetup activity immediately after cancellation, fixes #2425
This commit is contained in:
parent
cf02795d5e
commit
d1eef1485e
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,8 @@ public class AccountSetupCheckSettings extends K9Activity implements OnClickList
|
|||
private void onCancel() {
|
||||
mCanceled = true;
|
||||
setMessage(R.string.account_setup_check_settings_canceling_msg);
|
||||
setResult(RESULT_CANCELED);
|
||||
finish();
|
||||
}
|
||||
|
||||
public void onClick(View v) {
|
||||
|
|
Loading…
Reference in a new issue