TF-3385 Fix mark as read not work properly
This commit is contained in:
@@ -673,7 +673,7 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|
||||
if (_currentEmailId != null) {
|
||||
mailboxDashBoardController.updateEmailFlagByEmailIds(
|
||||
[_currentEmailId!],
|
||||
readAction: ReadActions.markAsRead,
|
||||
readAction: readActions,
|
||||
);
|
||||
}
|
||||
if (readActions == ReadActions.markAsUnread) {
|
||||
|
||||
Reference in New Issue
Block a user