revert ca_necrypt patch

This commit is contained in:
Dominik Schürmann 2014-03-18 18:35:59 +01:00
parent 6a854a86dd
commit 4aa24413de

View File

@ -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);