Merge pull request #29 from yaso-meth/Bug-fix-1-post-launch
Bug-fix-1-post-launch
This commit is contained in:
@@ -111,7 +111,7 @@ class _MIHHomeState extends State<MIHHome> {
|
||||
tileList.add(MIHTile(
|
||||
videoID: "Nfp4pVBZL78",
|
||||
onTap: () {
|
||||
Navigator.of(context).popAndPushNamed(
|
||||
Navigator.of(context).pushNamed(
|
||||
'/business-profile/set-up',
|
||||
arguments: widget.signedInUser,
|
||||
);
|
||||
@@ -914,10 +914,9 @@ class _MIHHomeState extends State<MIHHome> {
|
||||
padding: EdgeInsets.only(
|
||||
left: width / 10,
|
||||
right: width / 10,
|
||||
//bottom: height / 5,
|
||||
bottom: height / 15,
|
||||
//top: 20,
|
||||
),
|
||||
// physics: ,
|
||||
// shrinkWrap: true,
|
||||
itemCount: searchApp(pbswitch[_selectedIndex], appSearch).length,
|
||||
gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(
|
||||
|
||||
@@ -159,8 +159,7 @@ class _AddPatientState extends State<AddPatient> {
|
||||
}
|
||||
|
||||
Widget displayForm() {
|
||||
return SingleChildScrollView(
|
||||
child: Column(
|
||||
return Column(
|
||||
children: [
|
||||
Text(
|
||||
"Personal Details",
|
||||
@@ -171,8 +170,7 @@ class _AddPatientState extends State<AddPatient> {
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
),
|
||||
Divider(
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor()),
|
||||
Divider(color: MzanziInnovationHub.of(context)!.theme.secondaryColor()),
|
||||
const SizedBox(height: 10.0),
|
||||
MIHTextField(
|
||||
controller: idController,
|
||||
@@ -225,8 +223,7 @@ class _AddPatientState extends State<AddPatient> {
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
),
|
||||
Divider(
|
||||
color: MzanziInnovationHub.of(context)!.theme.secondaryColor()),
|
||||
Divider(color: MzanziInnovationHub.of(context)!.theme.secondaryColor()),
|
||||
const SizedBox(height: 10.0),
|
||||
MIHDropdownField(
|
||||
controller: medAidController,
|
||||
@@ -301,7 +298,6 @@ class _AddPatientState extends State<AddPatient> {
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user