Till PMSBY/JJBY test sim binded apk release
This commit is contained in:
@@ -50,24 +50,24 @@ class _GovSchemeScreenState extends State<GovSchemeScreen> {
|
||||
},
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
child: GovSchemeTile(
|
||||
logoText: "APY",
|
||||
label: l10n.registerForAtalPensionYojana,
|
||||
subtitle: l10n.secureYourFutureAPY,
|
||||
onTap: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => APYScreen(
|
||||
users: widget.users,
|
||||
selectedIndex: widget.selectedIndex,
|
||||
),
|
||||
),
|
||||
);// Action for APY will be added later
|
||||
},
|
||||
),
|
||||
),
|
||||
// Expanded(
|
||||
// child: GovSchemeTile(
|
||||
// logoText: "APY",
|
||||
// label: l10n.registerForAtalPensionYojana,
|
||||
// subtitle: l10n.secureYourFutureAPY,
|
||||
// onTap: () {
|
||||
// Navigator.push(
|
||||
// context,
|
||||
// MaterialPageRoute(
|
||||
// builder: (context) => APYScreen(
|
||||
// users: widget.users,
|
||||
// selectedIndex: widget.selectedIndex,
|
||||
// ),
|
||||
// ),
|
||||
// );// Action for APY will be added later
|
||||
// },
|
||||
// ),
|
||||
// ),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user