TF-4141 Fix nitpick comments from coderabbit
This commit is contained in:
@@ -59,6 +59,6 @@ extension ListMailboxNodeExtension on List<MailboxNode> {
|
||||
}
|
||||
|
||||
bool _equalsIgnoreCase(String? value, String expected) {
|
||||
return value != null && value.toLowerCase() == expected;
|
||||
return value != null && value.toLowerCase() == expected.toLowerCase();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -684,6 +684,7 @@ class ThreadController extends BaseController with EmailActionController {
|
||||
{
|
||||
EmailFilterCondition(
|
||||
hasKeyword: KeyWordIdentifier.emailFlagged.value,
|
||||
before: before,
|
||||
),
|
||||
EmailFilterCondition(
|
||||
notKeyword: KeyWordIdentifier.emailSeen.value,
|
||||
|
||||
Reference in New Issue
Block a user