Dont show key_unavailable on pub keys
This commit is contained in:
@@ -162,7 +162,8 @@ public class SubkeysAdapter extends CursorAdapter {
|
|||||||
algorithmStr += ", " + context.getString(R.string.key_no_passphrase);
|
algorithmStr += ", " + context.getString(R.string.key_no_passphrase);
|
||||||
break;
|
break;
|
||||||
case UNAVAILABLE:
|
case UNAVAILABLE:
|
||||||
algorithmStr += ", " + context.getString(R.string.key_unavailable);
|
// don't show this on pub keys
|
||||||
|
//algorithmStr += ", " + context.getString(R.string.key_unavailable);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
vKeyDetails.setText(algorithmStr);
|
vKeyDetails.setText(algorithmStr);
|
||||||
|
|||||||
Reference in New Issue
Block a user