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(() {
|
return Obx(() {
|
||||||
if (!controller.isSearchActive() && !_responsiveUtils.isDesktop(context)) {
|
if (!controller.isSearchActive() && !_responsiveUtils.isDesktop(context)) {
|
||||||
return Container(
|
return Container(
|
||||||
padding: EdgeInsets.only(bottom: controller.isSelectionEnabled() && controller.listEmailSelected.isNotEmpty
|
padding: EdgeInsets.zero,
|
||||||
? 80
|
|
||||||
: _responsiveUtils.isMobileDevice(context) ? 0 : 16),
|
|
||||||
child: Align(
|
child: Align(
|
||||||
alignment: Alignment.bottomRight,
|
alignment: Alignment.bottomRight,
|
||||||
child: ScrollingFloatingButtonAnimated(
|
child: ScrollingFloatingButtonAnimated(
|
||||||
|
|||||||
Reference in New Issue
Block a user