Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)

This commit is contained in:
Dominik Schürmann
2014-04-11 17:14:37 +02:00
parent a9281b129c
commit bbd97cf800
8 changed files with 66 additions and 66 deletions

View File

@@ -138,7 +138,7 @@ public class EncryptAsymmetricFragment extends Fragment {
}
/**
* If an Intent gives a signatureKeyId and/or encryptionKeyIds, preselect those!
* If an Intent gives a signatureMasterKeyId and/or encryptionMasterKeyIds, preselect those!
*
* @param preselectedSignatureKeyId
* @param preselectedEncryptionKeyIds

View File

@@ -84,7 +84,6 @@ public class SelectSecretKeyLayoutFragment extends Fragment implements LoaderMan
}
public void setSelectedKeyData(String userName, String email, String masterKeyHex) {
mNoKeySelected.setVisibility(View.GONE);
mKeyUserId.setText(userName);