mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
PS-1174 Fixed Formatting
This commit is contained in:
@@ -86,7 +86,8 @@ namespace Bit.Core.Services
|
||||
if (c.Name?.ToLower().Contains(query) ?? false)
|
||||
{
|
||||
matchedCiphers.Add(c);
|
||||
}else if(RemoveDiacritics(c.Name)?.ToLower().Contains(query) ?? false)
|
||||
}
|
||||
else if (RemoveDiacritics(c.Name)?.ToLower().Contains(query) ?? false)
|
||||
{
|
||||
lowPriorityMatchedCiphers.Add(c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user