TF-1270 Fix click on an email then another email open

This commit is contained in:
dab246
2022-12-07 01:13:13 +07:00
committed by Dat H. Pham
parent 9c89c1527b
commit 54f1fd3a04
6 changed files with 202 additions and 117 deletions
@@ -96,4 +96,6 @@ extension ListPresentationEmailExtension on List<PresentationEmail> {
}
}).toList();
}
int matchedIndex(EmailId emailId) => indexWhere((email) => email.id == emailId);
}