mirror of https://github.com/M66B/FairEmail.git
Use long date format when expanded
This commit is contained in:
parent
2a2280c15d
commit
74fd948f50
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue