Skip to content

Commit

Permalink
FIX: Unable to scroll up/down signed transaction summary card. BlueWa…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz authored and Overtorment committed Oct 13, 2021
1 parent fe0d37e commit f6f6fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion screen/send/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ const SendCreate = () => {
return (
<FlatList
contentContainerStyle={[styles.root, styleHooks.root]}
scrollEnabled={recipients.length > 1}
extraData={recipients}
data={recipients}
renderItem={_renderItem}
Expand Down

0 comments on commit f6f6fc3

Please sign in to comment.