TF-105 [BUG] Fix no subject should show empty instead of null
This commit is contained in:
@@ -129,7 +129,7 @@ class ComposerController extends BaseController {
|
||||
&& composerArguments.value?.presentationEmail != null
|
||||
&& Get.context != null) {
|
||||
final subject = '${composerArguments.value!.emailActionType.prefixSubjectComposer(Get.context!)} '
|
||||
'${composerArguments.value!.presentationEmail?.subject}';
|
||||
'${composerArguments.value!.presentationEmail?.getEmailTitle()}';
|
||||
setSubjectEmail(subject);
|
||||
subjectEmailInputController.text = subject;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user