Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix Exchange Rate Clear Text Visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsin363 committed Sep 16, 2024
1 parent 7fbb143 commit 2e7bbba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ private fun SearchField(
searchQueryTextFieldValue = searchQueryTextFieldValue,
hint = "Search currency",
focus = false,
showClearIcon = searchQueryTextFieldValue.text.isNotEmpty(),
onSetSearchQueryTextField = {
searchQueryTextFieldValue = it
onSearch(it.text)
Expand Down

0 comments on commit 2e7bbba

Please sign in to comment.