fix back button on Calcendar, directory, AI, about
This commit is contained in:
parent
ac4ad04788
commit
1194f5df9c
11 changed files with 69 additions and 25 deletions
|
|
@ -45,7 +45,7 @@ class _MzansiCalendarState extends State<MzansiCalendar> {
|
|||
// Navigator.of(context).pop();
|
||||
context.goNamed(
|
||||
'mihHome',
|
||||
extra: true,
|
||||
extra: widget.arguments.personalSelected,
|
||||
);
|
||||
FocusScope.of(context).unfocus();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue