update with new route args
This commit is contained in:
@@ -101,8 +101,8 @@ class _MihReviewBusinessWindowState extends State<MihReviewBusinessWindow> {
|
|||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
'/mzansi-directory',
|
'/mzansi-directory',
|
||||||
arguments: MzansiDirectoryArguments(
|
arguments: MzansiDirectoryArguments(
|
||||||
widget.startUpSearch, // startUpSearch
|
startUpSearch: widget.startUpSearch, // startUpSearch
|
||||||
false, // personalSearch
|
personalSearch: false, // personalSearch
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
MihAlertServices().successAlert(
|
MihAlertServices().successAlert(
|
||||||
@@ -191,8 +191,8 @@ class _MihReviewBusinessWindowState extends State<MihReviewBusinessWindow> {
|
|||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
'/mzansi-directory',
|
'/mzansi-directory',
|
||||||
arguments: MzansiDirectoryArguments(
|
arguments: MzansiDirectoryArguments(
|
||||||
widget.startUpSearch, // startUpSearch
|
startUpSearch: widget.startUpSearch, // startUpSearch
|
||||||
false, // personalSearch
|
personalSearch: false, // personalSearch
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
MihAlertServices().successAlert(
|
MihAlertServices().successAlert(
|
||||||
@@ -227,8 +227,8 @@ class _MihReviewBusinessWindowState extends State<MihReviewBusinessWindow> {
|
|||||||
Navigator.of(context).pushNamed(
|
Navigator.of(context).pushNamed(
|
||||||
'/mzansi-directory',
|
'/mzansi-directory',
|
||||||
arguments: MzansiDirectoryArguments(
|
arguments: MzansiDirectoryArguments(
|
||||||
widget.startUpSearch, // startUpSearch
|
startUpSearch: widget.startUpSearch, // startUpSearch
|
||||||
false, // personalSearch
|
personalSearch: false, // personalSearch
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
MihAlertServices().successAlert(
|
MihAlertServices().successAlert(
|
||||||
|
|||||||
Reference in New Issue
Block a user