TF-82 Edit a email draft

This commit is contained in:
dab246
2022-02-21 17:07:07 +07:00
committed by Dat H. Pham
parent a2ffd9b354
commit 808191a806
19 changed files with 275 additions and 55 deletions
@@ -19,6 +19,8 @@ extension EmailActionTypeExtension on EmailActionType {
} else {
return '${AppLocalizations.of(context).prefix_forward_email} $subject';
}
case EmailActionType.edit:
return subject;
default:
return '';
}