Bug 1812447 - Search Logins by Username

(cherry picked from commit 4246fb145c17b23d0a6240bb30bb7d6be5b232e6)
pull/600/head
gitstart 1 year ago committed by mergify[bot]
parent 2e36c11264
commit 127a9eddcd

@ -171,6 +171,8 @@ private fun filterItems(
filteredItems = sortingStrategy(state.loginList).filter {
it.origin.contains(
searchedForText,
) || it.username.contains(
searchedForText,
)
},
)

Loading…
Cancel
Save