TF-123 Implement caching mailbox when get all mailbox

This commit is contained in:
dab246
2021-09-28 15:05:24 +07:00
committed by Dat H. Pham
parent b8b3cf0db0
commit 8f5171d581
21 changed files with 438 additions and 61 deletions
@@ -77,7 +77,7 @@ class MailBoxFolderTileBuilder {
title: Padding(
padding: EdgeInsets.only(left: 8),
child: Text(
_mailboxNode.item.name!.name,
'${_mailboxNode.item.name?.name}',
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: TextStyle(
@@ -68,7 +68,7 @@ class MailboxTileBuilder {
title: Padding(
padding: EdgeInsets.only(left: 8),
child: Text(
_presentationMailbox.name!.name,
'${_presentationMailbox.name?.name}',
maxLines: 1,
overflow:TextOverflow.ellipsis,
style: TextStyle(