TF-372 Fix after deleted a mailbox, tmail does not refresh and update the result

This commit is contained in:
dab246
2022-03-25 11:23:22 +07:00
committed by Dat H. Pham
parent 50b8c5d35b
commit 90cad03f56
6 changed files with 37 additions and 23 deletions
@@ -226,6 +226,7 @@ class MailboxView extends GetWidget<MailboxController> {
Widget _buildListMailbox(BuildContext context) {
return ListView(
controller: controller.mailboxListScrollController,
key: PageStorageKey('mailbox_list'),
primary: false,
shrinkWrap: true,