APK Build Pre_versioning
This commit is contained in:
@@ -47,7 +47,7 @@ Widget build(BuildContext context) {
|
||||
MaterialPageRoute(builder: (context) => const DailyLimitScreen()),
|
||||
);
|
||||
},
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
ServiceManagementTile(
|
||||
@@ -58,7 +58,7 @@ Widget build(BuildContext context) {
|
||||
MaterialPageRoute(builder: (context) => const QuickLinksScreen()),
|
||||
);
|
||||
},
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
ServiceManagementTile(
|
||||
@@ -69,7 +69,7 @@ Widget build(BuildContext context) {
|
||||
MaterialPageRoute(builder: (context) => const FaqsScreen()),
|
||||
);
|
||||
},
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
ServiceManagementTile(
|
||||
@@ -81,7 +81,7 @@ Widget build(BuildContext context) {
|
||||
MaterialPageRoute(
|
||||
builder: (context) => const BranchLocatorScreen()));
|
||||
},
|
||||
disabled: false,
|
||||
disabled: true,
|
||||
),
|
||||
const Divider(height: 1),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user