TF-2919 Fix cannot close warning dialog show for subject reminder when click Cancel button
This commit is contained in:
@@ -770,6 +770,7 @@ class ComposerController extends BaseController with DragDropFileMixin {
|
|||||||
AppLocalizations.of(context).message_dialog_send_email_without_a_subject,
|
AppLocalizations.of(context).message_dialog_send_email_without_a_subject,
|
||||||
AppLocalizations.of(context).send_anyway,
|
AppLocalizations.of(context).send_anyway,
|
||||||
onConfirmAction: () => _handleSendMessages(context),
|
onConfirmAction: () => _handleSendMessages(context),
|
||||||
|
onCancelAction: popBack,
|
||||||
autoPerformPopBack: false,
|
autoPerformPopBack: false,
|
||||||
title: AppLocalizations.of(context).empty_subject,
|
title: AppLocalizations.of(context).empty_subject,
|
||||||
showAsBottomSheet: true,
|
showAsBottomSheet: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user