TF-4227 Add integration test on mobile for case display_view_with_all_email_with_tag_scenario
This commit is contained in:
@@ -162,7 +162,7 @@ extension PresentationMailboxExtension on PresentationMailbox {
|
||||
if (isFavorite) {
|
||||
return KeyWordIdentifier.emailFlagged.value;
|
||||
}
|
||||
if (this is PresentationLabelMailbox) {
|
||||
if (isLabelMailbox) {
|
||||
return (this as PresentationLabelMailbox).label.keyword?.value;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user