Fix crash with new theme

This commit is contained in:
Dominik Schürmann
2015-07-25 15:46:36 +02:00
parent a4470abc10
commit 04f771a4f7

View File

@@ -190,7 +190,7 @@ public class KeyAdapter extends CursorAdapter {
mCreationDate.setText(context.getString(R.string.label_key_created,
dateTime));
mCreationDate.setTextColor(context.getResources().getColor(textColor));
mCreationDate.setTextColor(textColor);
mCreationDate.setVisibility(View.VISIBLE);
} else {
mCreationDate.setVisibility(View.GONE);