fix: missing To field when only other fields are filled
This commit is contained in:
@@ -941,7 +941,7 @@ class ComposerView extends GetWidget<ComposerController> {
|
||||
onClearFocusAction: controller.onClearFocusAction,
|
||||
onAddEmailAddressTypeAction: controller.addEmailAddressType,
|
||||
onDeleteEmailAddressTypeAction: controller.deleteEmailAddressType,
|
||||
onEnableAllRecipientsInputAction: controller.handleEnableRecipientsInputAction,
|
||||
onEnableAllRecipientsInputAction: controller.handleEnableRecipientsInputOnMobileAction,
|
||||
));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user