updatew action buttons (back arrow) to include personalSelected base of it its a personal or business tile.
This commit is contained in:
parent
995b292600
commit
ca11824dd1
7 changed files with 15 additions and 1 deletions
|
|
@ -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,
|
||||
);
|
||||
},
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue