TF-517 Remove bottom margin when selecting email

This commit is contained in:
dab246
2022-04-27 10:40:47 +07:00
committed by Dat H. Pham
parent 94b8312905
commit 32ef62fba0
@@ -189,9 +189,7 @@ class ThreadView extends GetWidget<ThreadController> 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(