TF-386 Rework the select items in a message list in edit mode

This commit is contained in:
dab246
2022-03-30 15:20:51 +07:00
committed by Dat H. Pham
parent 9a8d33687c
commit e86847aa7f
2 changed files with 31 additions and 42 deletions
@@ -396,10 +396,9 @@ class EmailController extends BaseController {
}
void handleEmailAction(BuildContext context, PresentationEmail presentationEmail, EmailActionType actionType) {
popBack();
switch(actionType) {
case EmailActionType.markAsUnread:
popBack();
markAsEmailRead(presentationEmail, ReadActions.markAsUnread);
break;
case EmailActionType.markAsStar: