mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Remove time from key creation display
This commit is contained in:
parent
c88d2e42b7
commit
5ad50b99a2
@ -137,7 +137,6 @@ abstract public class SelectKeyCursorAdapter extends CursorAdapter {
|
||||
String dateTime = DateUtils.formatDateTime(context,
|
||||
cursor.getLong(mIndexCreation) * 1000,
|
||||
DateUtils.FORMAT_SHOW_DATE
|
||||
| DateUtils.FORMAT_SHOW_TIME
|
||||
| DateUtils.FORMAT_SHOW_YEAR
|
||||
| DateUtils.FORMAT_ABBREV_MONTH);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user