Skip to content

Commit

Permalink
fixup! fixup! TF-3372 Handling error for empty trash failure
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Jan 2, 2025
1 parent d8a9e12 commit 107a71a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class ThreadIsolateWorker {
args.accountId,
newEmailList.listEmailIds);
emailListCompleted.addAll(listEmailIdDeleted);
sendPort.send(listEmailIdDeleted);
sendPort.send(emailListCompleted);
} else {
hasEmails = false;
}
Expand Down

0 comments on commit 107a71a

Please sign in to comment.