navigate to favourite businesses after adding bookmarked
This commit is contained in:
parent
932844dfc9
commit
a9b5e2247d
2 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ class _MihAddBookmarkAlertState extends State<MihAddBookmarkAlert> {
|
||||||
arguments: MzansiDirectoryArguments(
|
arguments: MzansiDirectoryArguments(
|
||||||
startUpSearch: widget.startUpSearch, // startUpSearch
|
startUpSearch: widget.startUpSearch, // startUpSearch
|
||||||
personalSearch: false, // personalSearch
|
personalSearch: false, // personalSearch
|
||||||
|
packageIndex: 1,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
MihAlertServices().successAlert(
|
MihAlertServices().successAlert(
|
||||||
|
|
|
||||||
|
|
@ -54,6 +54,7 @@ class _MihDeleteBookmarkAlertState extends State<MihDeleteBookmarkAlert> {
|
||||||
arguments: MzansiDirectoryArguments(
|
arguments: MzansiDirectoryArguments(
|
||||||
startUpSearch: widget.startUpSearch, // startUpSearch
|
startUpSearch: widget.startUpSearch, // startUpSearch
|
||||||
personalSearch: false, // personalSearch
|
personalSearch: false, // personalSearch
|
||||||
|
packageIndex: 1,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
MihAlertServices().successAlert(
|
MihAlertServices().successAlert(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue