disable frost send all button

This commit is contained in:
julian 2024-05-02 11:06:42 -06:00
parent a858e4924c
commit 4b4647e02c

View file

@ -373,13 +373,15 @@ class _RecipientState extends ConsumerState<Recipient> {
style: STextStyles.smallMed12(context), style: STextStyles.smallMed12(context),
textAlign: TextAlign.left, textAlign: TextAlign.left,
), ),
CustomTextButton( // disable send all since the frost tx creation logic isn't there (yet?)
text: "Send all ${widget.coin.ticker.toUpperCase()}", const Spacer(),
onTap: () { // CustomTextButton(
amountController.text = widget.sendAllTapped(); // text: "Send all ${widget.coin.ticker}",
_cryptoAmountChanged(); // onTap: () {
}, // amountController.text = widget.sendAllTapped();
), // _cryptoAmountChanged();
// },
// ),
], ],
), ),
if (isSingle) if (isSingle)