mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +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)
|
if (c.Name?.ToLower().Contains(query) ?? false)
|
||||||
{
|
{
|
||||||
matchedCiphers.Add(c);
|
matchedCiphers.Add(c);
|
||||||
}else if(RemoveDiacritics(c.Name)?.ToLower().Contains(query) ?? false)
|
}
|
||||||
|
else if (RemoveDiacritics(c.Name)?.ToLower().Contains(query) ?? false)
|
||||||
{
|
{
|
||||||
lowPriorityMatchedCiphers.Add(c);
|
lowPriorityMatchedCiphers.Add(c);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user