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

Commit

Permalink
fix-issue-3515 (#3532)
Browse files Browse the repository at this point in the history
* Fix Exchange Rate Clear Text Visibility

* Fix Paparazzi Tests
  • Loading branch information
mohsin363 authored Sep 16, 2024
1 parent 96b83be commit f2c3795
Show file tree
Hide file tree
Showing 3 changed files 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2c3795

Please sign in to comment.