TF-46 Compose email for Reply, Forward from EmailView

This commit is contained in:
dab246
2021-08-26 17:12:49 +07:00
committed by Dat H. Pham
parent 5d5c2a3549
commit ee0dc37b7a
10 changed files with 101 additions and 44 deletions
+1
View File
@@ -6,4 +6,5 @@ abstract class AppRoutes {
static const THREAD = '$MAILBOX_DASHBOARD/thread';
static const EMAIL = '$THREAD/email';
static const SESSION = '/session';
static const COMPOSER = '/composer';
}