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:
@@ -830,7 +830,7 @@ class ComposerController extends BaseController with DragDropFileMixin {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Get.isDialogOpen == true) {
|
||||
if (Get.isDialogOpen == true || Get.isBottomSheetOpen == true) {
|
||||
popBack();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user