TF-2046 Change navigate to page use popAndPushNamed instead of using pushReplacementNamed

(cherry picked from commit 8e8beccc25e7a6bd3199363cebc36efb74854740)
This commit is contained in:
dab246
2023-07-20 15:49:26 +07:00
committed by Dat Vu
parent aa0433aab9
commit 036d0db4ce
7 changed files with 14 additions and 10 deletions
@@ -435,7 +435,7 @@ class MailboxController extends BaseMailboxController with MailboxActionHandlerM
_clearNavigationRouter();
} else {
_clearNavigationRouter();
pushAndPop(AppRoutes.unknownRoutePage);
popAndPush(AppRoutes.unknownRoutePage);
}
}