Skip to content

Commit

Permalink
update height in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldev900 committed Dec 20, 2023
1 parent 01725ca commit 32882eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddressSearch/getListViewHeight.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @returns {Object} styles for list view.
*/
function getListViewHeight(windowHeight, locationErrorCode, isOffline) {
let restHeight = locationErrorCode ? 320 + 64 : 320;
let restHeight = locationErrorCode ? 330 + 64 : 330;
if (isOffline) {
restHeight += 50;
}
Expand Down

0 comments on commit 32882eb

Please sign in to comment.