mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
revert ca_necrypt patch
This commit is contained in:
parent
6a854a86dd
commit
4aa24413de
@ -286,10 +286,6 @@ public class ViewKeyMainFragment extends Fragment implements
|
||||
if (data.moveToFirst()) {
|
||||
// get key id from MASTER_KEY_ID
|
||||
long keyId = data.getLong(KEYS_INDEX_KEY_ID);
|
||||
long canEncrypt = data.getLong(KEYS_INDEX_CAN_ENCRYPT);
|
||||
if(canEncrypt == 0){
|
||||
mActionEncrypt.setVisibility(View.GONE);
|
||||
}
|
||||
String keyIdStr = PgpKeyHelper.convertKeyIdToHex(keyId);
|
||||
mKeyId.setText(keyIdStr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user