TF-2101 Handle open recover_deleted_messages

(cherry picked from commit a58beb7a293471f39b080805c652c9d6f73dfe20)
This commit is contained in:
hieubt
2023-12-20 23:50:02 +07:00
committed by Dat H. Pham
parent 61e3067c57
commit bf0030e7d7
7 changed files with 43 additions and 12 deletions
+1
View File
@@ -14,4 +14,5 @@ abstract class AppRoutes {
static const unknownRoutePage = '/notfound';
static const searchMailbox = '/search_mailbox';
static const mailtoURL = '/mailto';
static const emailRecovery = '/email_recovery';
}