From 32ef62fba0c8ba9aa61b047c9a727d764b136776 Mon Sep 17 00:00:00 2001 From: dab246 Date: Wed, 27 Apr 2022 10:40:47 +0700 Subject: [PATCH] TF-517 Remove bottom margin when selecting email --- lib/features/thread/presentation/thread_view.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/features/thread/presentation/thread_view.dart b/lib/features/thread/presentation/thread_view.dart index 7156f7f07..03ddd708c 100644 --- a/lib/features/thread/presentation/thread_view.dart +++ b/lib/features/thread/presentation/thread_view.dart @@ -189,9 +189,7 @@ class ThreadView extends GetWidget with AppLoaderMixin { return Obx(() { if (!controller.isSearchActive() && !_responsiveUtils.isDesktop(context)) { return Container( - padding: EdgeInsets.only(bottom: controller.isSelectionEnabled() && controller.listEmailSelected.isNotEmpty - ? 80 - : _responsiveUtils.isMobileDevice(context) ? 0 : 16), + padding: EdgeInsets.zero, child: Align( alignment: Alignment.bottomRight, child: ScrollingFloatingButtonAnimated(