Skip to content

Commit

Permalink
Merge pull request #859 from smart-village-solutions/fix/SVA-833-fix-…
Browse files Browse the repository at this point in the history
…the-problem-that-the-list-does-not-close-after-doing-a-city-search

fix: autocomplete list not closing problem
  • Loading branch information
ardasnturk committed Jun 29, 2023
2 parents 88f1355 + 205fcd7 commit f51e0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/WasteCollectionScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export const WasteCollectionScreen = ({ navigation }) => {
data={filteredCities}
disableFullscreenUI
flatListProps={{
height: dimensions.height - normalize(170),
height: inputValueCitySelected ? undefined : dimensions.height - normalize(170),
keyboardShouldPersistTaps: 'handled',
renderItem: inputValueCitySelected ? null : renderSuggestionCities
}}
Expand Down

0 comments on commit f51e0ca

Please sign in to comment.