TF-1699: Support hide suggestion when scrolling list email to, cc, bcc.

(cherry picked from commit 5269b572847419ca6ff3fb12b04f09ae142c5fc4)
This commit is contained in:
HuyNguyen
2023-04-05 17:44:19 +07:00
committed by Dat Vu
parent 008e36a811
commit efe0a839ef
2 changed files with 17 additions and 0 deletions
@@ -541,6 +541,7 @@ class ComposerView extends GetWidget<ComposerController>
return ConstrainedBox(
constraints: BoxConstraints(maxHeight: _getMaxHeightEmailAddressWidget(context, constraints)),
child: SingleChildScrollView(
controller: controller.scrollControllerEmailAddress,
child: Column(
children: [
Obx(() => Padding(