Merge pull request #483 from uberspot/master
fix capability icons and remove red text for revoked keys
This commit is contained in:
@@ -131,10 +131,6 @@ public class ViewKeyKeysAdapter extends CursorAdapter {
|
||||
if (cursor.getInt(mIndexRevokedKey) > 0) {
|
||||
revokedKeyIcon.setVisibility(View.VISIBLE);
|
||||
|
||||
keyId.setTextColor(Color.RED);
|
||||
keyDetails.setTextColor(Color.RED);
|
||||
keyExpiry.setTextColor(Color.RED);
|
||||
|
||||
valid = false;
|
||||
} else {
|
||||
keyId.setTextColor(mDefaultTextColor);
|
||||
|
||||
Reference in New Issue
Block a user