TF-1973 Fix selection mode still displayed when dragging or moving email

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit b02fc22a1c7761bc08b6668d97c36487f05f9874)
This commit is contained in:
dab246
2023-11-20 14:53:47 +07:00
committed by Dat Vu
parent 2ffda63517
commit caa981e509
6 changed files with 585 additions and 516 deletions
+2
View File
@@ -114,6 +114,8 @@ class PresentationEmail with EquatableMixin {
bool get withAttachments => hasAttachment == true;
bool get isSelected => selectMode == SelectMode.ACTIVE;
String get routeWebAsString => routeWeb.toString();
bool get pushNotificationActivated => !isDraft && !hasRead;