Skip to content

Commit

Permalink
Merge pull request #18 from KingGorrin/bugfix/disabled-fuse-button
Browse files Browse the repository at this point in the history
Fix fuse button stays disabled
  • Loading branch information
sol-znn committed Jun 2, 2023
2 parents f6caed1 + f9f6b75 commit 7d295b7
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -132,6 +132,8 @@ class _PlasmaOptionsState extends State<PlasmaOptions> {
void _beneficiaryAddressListener() {
_beneficiaryAddressController.text =
_plasmaBeneficiaryAddress!.getBeneficiaryAddress()!;
// Notify internal state has changed.
setState(() { });
}

Widget _getWidgetBody(AccountInfo? accountInfo) {
Expand Down

0 comments on commit 7d295b7

Please sign in to comment.