diff --git a/lib/widgets/modular_widgets/plasma_widgets/plasma_options/plasma_options.dart b/lib/widgets/modular_widgets/plasma_widgets/plasma_options/plasma_options.dart index 7a0cd71b..1426eaa0 100644 --- a/lib/widgets/modular_widgets/plasma_widgets/plasma_options/plasma_options.dart +++ b/lib/widgets/modular_widgets/plasma_widgets/plasma_options/plasma_options.dart @@ -132,6 +132,8 @@ class _PlasmaOptionsState extends State { void _beneficiaryAddressListener() { _beneficiaryAddressController.text = _plasmaBeneficiaryAddress!.getBeneficiaryAddress()!; + // Notify internal state has changed. + setState(() { }); } Widget _getWidgetBody(AccountInfo? accountInfo) {