From b964ccb9ffa6e0e19cacca08075c86a8d4a32e2c Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Thu, 5 Sep 2024 20:12:29 -0400 Subject: [PATCH] FIX: Android Wallet Coin Control "Use Coins" button with checkbox selection does not work #7016 --- screen/send/coinControl.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/screen/send/coinControl.js b/screen/send/coinControl.js index 9abd71a23..874f63338 100644 --- a/screen/send/coinControl.js +++ b/screen/send/coinControl.js @@ -328,7 +328,6 @@ const CoinControl = () => { const handleChoose = item => setOutput(item); const handleUseCoin = async u => { - await bottomModalRef.current?.dismiss(); setOutput(null); navigation.pop(); onUTXOChoose(u); @@ -422,7 +421,14 @@ const CoinControl = () => { backgroundColor={colors.elevated} footer={ -