Skip to content

Commit

Permalink
Merge pull request Expensify#33931 from tienifr/fix/33075
Browse files Browse the repository at this point in the history
fix: Enable Wallet card flashes briefly when returning from card details page
  • Loading branch information
MonilBhavsar authored Jan 10, 2024
2 parents 76e5b1c + 54540e0 commit ad583bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Wallet/PaymentMethodList.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ function PaymentMethodList({

return (
<>
<View style={[style, {minHeight: variables.optionRowHeight}]}>
<View style={[style, {minHeight: (filteredPaymentMethods.length + (shouldShowAddBankAccount && 1)) * variables.optionRowHeight}]}>
<FlashList
estimatedItemSize={variables.optionRowHeight}
data={filteredPaymentMethods}
Expand Down

0 comments on commit ad583bb

Please sign in to comment.