Use long date format when expanded

This commit is contained in:
M66B 2018-10-21 06:58:52 +00:00
parent 2a2280c15d
commit 74fd948f50
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
private boolean avatars;
private boolean debug;
private DateFormat df = SimpleDateFormat.getDateTimeInstance(SimpleDateFormat.SHORT, SimpleDateFormat.LONG);
private DateFormat df = SimpleDateFormat.getDateTimeInstance(SimpleDateFormat.LONG, SimpleDateFormat.LONG);
enum ViewType {UNIFIED, FOLDER, THREAD, SEARCH}