TF-1699: Support hide suggestion when scrolling list email to, cc, bcc.
(cherry picked from commit 5269b572847419ca6ff3fb12b04f09ae142c5fc4)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user