mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-05-04 05:32:14 +02:00
when returning from an ADD without confirmation we are canceling not confirming
This commit is contained in:
parent
6b4b520a33
commit
005f0b6b7b
|
|
@ -133,7 +133,7 @@ public class PgpHandler extends ActionBarActivity implements OpenPgpServiceConne
|
|||
int id = item.getItemId();
|
||||
switch (id) {
|
||||
case android.R.id.home:
|
||||
setResult(RESULT_OK);
|
||||
setResult(RESULT_CANCELED);
|
||||
finish();
|
||||
return true;
|
||||
case R.id.copy_password:
|
||||
|
|
|
|||
Loading…
Reference in a new issue