KL

Results 43 comments of KL

The first message was sent, but the second and third not. Check your connection...

I found the BUG in the BackgroundMail.java class Bad code is ``` public Builder withAttachments(@NonNull ArrayList attachments) { this.attachments.addAll(attachments); return this; } public Builder withAttachments(String... attachments) { this.attachments.addAll(Arrays.asList(attachments)); return this;...