From 6b4d186f31620dd1a32d6838d80efc3f76d3ace7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Mon, 30 Nov 2020 12:48:24 -0500 Subject: [PATCH] FIX: Can't paste in address block while building tx (10k Sat bounty) #2234 (#2236) --- screen/send/details.js | 1 + 1 file changed, 1 insertion(+) diff --git a/screen/send/details.js b/screen/send/details.js index a6872d36e..a30c46c34 100644 --- a/screen/send/details.js +++ b/screen/send/details.js @@ -1388,6 +1388,7 @@ export default class SendDetails extends Component { ref={this.scrollView} horizontal pagingEnabled + removeClippedSubviews={false} onMomentumScrollBegin={Keyboard.dismiss} scrollIndicatorInsets={{ top: 0, left: 8, bottom: 0, right: 8 }} contentContainerStyle={styles.scrollViewContent}