APY integrated without testing...
This commit is contained in:
@@ -636,18 +636,20 @@ class _DashboardScreenState extends State<DashboardScreen>
|
||||
ManageBeneficiariesScreen(
|
||||
customerName: currAccount.name!)));
|
||||
}, disable: false),
|
||||
_buildQuickLink(Symbols.family_group,
|
||||
AppLocalizations.of(context).governmentSchemes, () {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => GovSchemeScreen(
|
||||
users: users,
|
||||
selectedIndex: selectedAccountIndex,
|
||||
)));
|
||||
},
|
||||
disable: isPaymentDisabled,
|
||||
),
|
||||
_buildQuickLink(
|
||||
Symbols.family_group,
|
||||
AppLocalizations.of(context).governmentSchemes,
|
||||
() {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => GovSchemeScreen(
|
||||
users: users,
|
||||
selectedIndex: selectedAccountIndex,
|
||||
)));
|
||||
},
|
||||
disable: isPaymentDisabled,
|
||||
),
|
||||
_buildQuickLink(
|
||||
Symbols.checkbook,
|
||||
AppLocalizations.of(context).chequeManagement,
|
||||
|
||||
Reference in New Issue
Block a user