mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-07 02:20:10 -05:00
Issue #61 - Unable to upload public keys to PKS
This commit is contained in:
parent
cb2d2ba0c2
commit
2ad6cca924
@ -116,7 +116,7 @@ public class KeyListPublicFragment extends KeyListFragment implements
|
|||||||
case Id.menu.exportToServer:
|
case Id.menu.exportToServer:
|
||||||
Intent uploadIntent = new Intent(mKeyListActivity, KeyServerUploadActivity.class);
|
Intent uploadIntent = new Intent(mKeyListActivity, KeyServerUploadActivity.class);
|
||||||
uploadIntent.setAction(KeyServerUploadActivity.ACTION_EXPORT_KEY_TO_SERVER);
|
uploadIntent.setAction(KeyServerUploadActivity.ACTION_EXPORT_KEY_TO_SERVER);
|
||||||
uploadIntent.putExtra(KeyServerUploadActivity.EXTRA_KEYRING_ROW_ID, keyRingRowId);
|
uploadIntent.putExtra(KeyServerUploadActivity.EXTRA_KEYRING_ROW_ID, (int)keyRingRowId);
|
||||||
startActivityForResult(uploadIntent, Id.request.export_to_server);
|
startActivityForResult(uploadIntent, Id.request.export_to_server);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user