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
@@ -48,11 +48,8 @@ class MailboxBindings extends BaseBindings {
Get.find<DeleteMultipleMailboxInteractor>(),
Get.find<VerifyNameInteractor>(),
Get.find<RenameMailboxInteractor>(),
Get.find<TreeBuilder>(),
Get.find<Uuid>(),
Get.find<AppToast>(),
Get.find<ImagePaths>(),
Get.find<ResponsiveUtils>(),
Get.find<TreeBuilder>(),
));
}