TF-3939 Add action Select all in mobile view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -13,6 +13,10 @@ extension ListPresentationEmailExtension on List<PresentationEmail> {
|
||||
return every((email) => email.selectMode == SelectMode.INACTIVE);
|
||||
}
|
||||
|
||||
bool get isAnySelectionInActive {
|
||||
return any((email) => email.selectMode == SelectMode.INACTIVE);
|
||||
}
|
||||
|
||||
List<Email> get listEmail => map((presentationEmail) => presentationEmail.toEmail()).toList();
|
||||
|
||||
List<PresentationEmail> get listEmailSelected {
|
||||
|
||||
Reference in New Issue
Block a user