TF-2919 Fix cannot close warning dialog show for subject reminder when click Cancel button

This commit is contained in:
dab246
2024-06-12 00:02:30 +07:00
committed by Dat H. Pham
parent 82b51082fc
commit e5e8d2ae7d
@@ -770,6 +770,7 @@ class ComposerController extends BaseController with DragDropFileMixin {
AppLocalizations.of(context).message_dialog_send_email_without_a_subject,
AppLocalizations.of(context).send_anyway,
onConfirmAction: () => _handleSendMessages(context),
onCancelAction: popBack,
autoPerformPopBack: false,
title: AppLocalizations.of(context).empty_subject,
showAsBottomSheet: true,