TF-372 Fix after deleted a mailbox, tmail does not refresh and update the result
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user