mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Fixed handling send problems
This commit is contained in:
@@ -135,7 +135,7 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
|
||||
"\n" + message.msgid;
|
||||
if (operations != null)
|
||||
for (EntityOperation op : operations)
|
||||
text += "\n" + op.name + " " + df.format(new Date(op.created));
|
||||
text += "\n" + op.id + ":" + op.name + " " + df.format(new Date(op.created));
|
||||
|
||||
tvError.setText(text);
|
||||
tvError.setVisibility(View.VISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user