TF-1270 Fix click on an email then another email open
This commit is contained in:
@@ -96,4 +96,6 @@ extension ListPresentationEmailExtension on List<PresentationEmail> {
|
||||
}
|
||||
}).toList();
|
||||
}
|
||||
|
||||
int matchedIndex(EmailId emailId) => indexWhere((email) => email.id == emailId);
|
||||
}
|
||||
Reference in New Issue
Block a user