[TIMOB-378] EmailDialog - crashes w/ newlines in message body
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:52:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Backlog |
Components | Android |
Labels | android, dialog, email |
Reporter | Robb Shecter |
Assignee | Don Thorp |
Created | 2011-04-15T02:28:20.000+0000 |
Updated | 2011-04-17T01:52:51.000+0000 |
Description
Steps to reproduce:
ed.setMessageBody("Hello \n\n there"); // Same effect with
single quotes.
ed.open();
For me this is a blocker for using the EmailDialog: I need some way to do a bare minimum of formatting of the email message body.
Tested OK ios 1.6.0 RC1. Passing to Android for triage.