Feat: Macht die Kontoliste und Versionsanzeige funktional
This commit is contained in:
@@ -33,9 +33,7 @@ class _FloatingCreationButtonState extends State<FloatingCreationButton> {
|
||||
_expandableButton(
|
||||
label: 'Neues Konto',
|
||||
icon: Icons.account_balance_wallet,
|
||||
onPressed: () {
|
||||
_accountController.newAccountHandler(context);
|
||||
},
|
||||
onPressed: _accountController.newAccountHandler,
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user