TF-1468: Update scroll suggestion of options once click expand icon to the mailbox list
This commit is contained in:
@@ -68,8 +68,7 @@ class MailboxView extends GetWidget<MailboxController>
|
||||
}),
|
||||
]),
|
||||
),
|
||||
Obx(() => controller.isMailboxListScrollable.isTrue
|
||||
&& !controller.isSelectionEnabled()
|
||||
Obx(() => !controller.isSelectionEnabled()
|
||||
? const QuotasFooterWidget()
|
||||
: const SizedBox.shrink(),
|
||||
),
|
||||
@@ -264,13 +263,6 @@ class MailboxView extends GetWidget<MailboxController>
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
}),
|
||||
Obx(() {
|
||||
if (controller.isMailboxListScrollable.isFalse) {
|
||||
return const QuotasFooterWidget();
|
||||
} else {
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
}),
|
||||
])
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user