Fix bug subject email deleted when compose email

This commit is contained in:
dab246
2021-09-20 10:30:21 +07:00
committed by Dat H. Pham
parent 0c6ab6d704
commit 43377040d5
8 changed files with 125 additions and 121 deletions
@@ -66,9 +66,9 @@ class EmailController extends BaseController {
}
@override
void dispose() {
super.dispose();
void onClose() {
mailboxDashBoardController.selectedEmail.close();
super.onClose();
}
void _getEmailContentAction(AccountId accountId, EmailId emailId) async {