Code Style fix
This commit is contained in:
@@ -266,8 +266,8 @@ public class ViewKeyMainFragment extends Fragment implements
|
|||||||
if (data.moveToFirst()) {
|
if (data.moveToFirst()) {
|
||||||
// get key id from MASTER_KEY_ID
|
// get key id from MASTER_KEY_ID
|
||||||
long keyId = data.getLong(KEYS_INDEX_KEY_ID);
|
long keyId = data.getLong(KEYS_INDEX_KEY_ID);
|
||||||
long can_encrypt = data.getLong(KEYS_INDEX_CAN_ENCRYPT);
|
long canEncrypt = data.getLong(KEYS_INDEX_CAN_ENCRYPT);
|
||||||
if(can_encrypt == 0){
|
if(canEncrypt == 0){
|
||||||
mActionEncrypt.setVisibility(View.GONE);
|
mActionEncrypt.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
String keyIdStr = PgpKeyHelper.convertKeyIdToHex(keyId);
|
String keyIdStr = PgpKeyHelper.convertKeyIdToHex(keyId);
|
||||||
|
|||||||
Reference in New Issue
Block a user