mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-23 06:12:20 -05:00
finish after linked id creation
This commit is contained in:
parent
5840e9d2b6
commit
9e930f0a10
@ -183,18 +183,7 @@ public abstract class LinkedIdCreateFinalFragment extends Fragment {
|
||||
return;
|
||||
}
|
||||
|
||||
result.createNotify(getActivity()).show();
|
||||
|
||||
// if good -> finish, return result to showkey and display there!
|
||||
// Intent intent = new Intent();
|
||||
// intent.putExtra(OperationResult.EXTRA_RESULT, result);
|
||||
// getActivity().setResult(EditKeyActivity.RESULT_OK, intent);
|
||||
|
||||
// AffirmationCreateHttpsStep3Fragment frag =
|
||||
// AffirmationCreateHttpsStep3Fragment.newInstance(
|
||||
// mResourceUri, mResourceNonce, mResourceString);
|
||||
|
||||
// mAffirmationWizard.loadFragment(null, frag, AffirmationWizard.FRAG_ACTION_TO_RIGHT);
|
||||
getActivity().finish();
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user