updatew action buttons (back arrow) to include personalSelected base of it its a personal or business tile.
This commit is contained in:
@@ -510,6 +510,7 @@ class _PatientManagerState extends State<PatientManager> {
|
||||
|
||||
Navigator.of(context).popAndPushNamed(
|
||||
'/',
|
||||
arguments: false,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
@@ -111,9 +111,9 @@ class _PatientViewState extends State<PatientView> {
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
Navigator.of(context).pop();
|
||||
|
||||
Navigator.of(context).popAndPushNamed(
|
||||
'/',
|
||||
arguments: true,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user