mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Bug 1812447 - Search Logins by Username
This commit is contained in:
parent
1457f95d5c
commit
56a0958013
@ -171,6 +171,8 @@ private fun filterItems(
|
||||
filteredItems = sortingStrategy(state.loginList).filter {
|
||||
it.origin.contains(
|
||||
searchedForText,
|
||||
) || it.username.contains(
|
||||
searchedForText,
|
||||
)
|
||||
},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user