TF-1155 Update value From field when click quick search action
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit eeb16993c41325bc1a617b533c4eaf94f5f32103)
This commit is contained in:
@@ -268,13 +268,12 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
);
|
||||
}
|
||||
|
||||
EdgeInsets _getMarginEmailView(BuildContext context) {
|
||||
EdgeInsetsGeometry _getMarginEmailView(BuildContext context) {
|
||||
if (PlatformInfo.isWeb) {
|
||||
if (responsiveUtils.isDesktop(context)) {
|
||||
return EdgeInsets.only(
|
||||
left: AppUtils.isDirectionRTL(context) ? 16 : 0,
|
||||
right: AppUtils.isDirectionRTL(context) ? 0 : 16,
|
||||
top: 16,
|
||||
return const EdgeInsetsDirectional.only(
|
||||
end: 16,
|
||||
top: 8,
|
||||
bottom: 16
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user