TF-4053 Implement move folder content on mailbox list view

This commit is contained in:
dab246
2025-10-29 14:56:07 +07:00
committed by Dat H. Pham
parent ac99fccfb0
commit 58c05c38b2
19 changed files with 313 additions and 28 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class CoreBindings extends Bindings {
void _bindingToast() {
Get.put(AppToast());
Get.put(ToastManager(Get.find<AppToast>()));
Get.put(ToastManager(Get.find<AppToast>(), Get.find<ImagePaths>()));
}
void _bindingDeviceManager() {