TF-3002 [WEB] Hide Select all message this page when current list emails is empty
This commit is contained in:
@@ -277,7 +277,7 @@ class MailboxDashBoardView extends BaseMailboxDashBoardView {
|
||||
}
|
||||
}),
|
||||
Obx(() {
|
||||
if (controller.validateNoEmailsInTrashAndSpamFolder()) {
|
||||
if (controller.emailsInCurrentMailbox.isEmpty) {
|
||||
return const SizedBox.shrink();
|
||||
} else {
|
||||
return Padding(
|
||||
|
||||
Reference in New Issue
Block a user