TF-934 Add page not found

This commit is contained in:
dab246
2022-11-11 02:17:03 +07:00
committed by Dat H. Pham
parent 71abe0cf37
commit 7160fee763
11 changed files with 263 additions and 7 deletions
@@ -160,6 +160,7 @@ class ThreadController extends BaseController with EmailActionController {
} else if (failure is GetEmailByIdFailure) {
openingEmail.value = false;
_navigationRouter = null;
pushAndPop(AppRoutes.unknownRoutePage);
}
},
(success) {