TF-326 Fix can not select email bodies when text/plain
This commit is contained in:
@@ -55,7 +55,7 @@ class EmailContentItemBuilder {
|
||||
case EmailContentType.textPlain:
|
||||
return Padding(
|
||||
padding: EdgeInsets.only(top: 20),
|
||||
child: Text(
|
||||
child: SelectableText(
|
||||
_emailContent.content,
|
||||
style: TextStyle(fontSize: 14, color: AppColor.colorNameEmail, fontWeight: FontWeight.normal)));
|
||||
case EmailContentType.other:
|
||||
|
||||
Reference in New Issue
Block a user