TF-517 Remove bottom margin when selecting email
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user