TF-2919 Fix composer is not closed after click Send anyway button on warning dialog for subject reminder in mobile

This commit is contained in:
dab246
2024-06-12 00:17:52 +07:00
committed by Dat H. Pham
parent e5e8d2ae7d
commit 31e1d2183a
@@ -830,7 +830,7 @@ class ComposerController extends BaseController with DragDropFileMixin {
return;
}
if (Get.isDialogOpen == true) {
if (Get.isDialogOpen == true || Get.isBottomSheetOpen == true) {
popBack();
}