Fix cannot send email after close attachment reminder dialog

This commit is contained in:
dab246
2025-09-18 11:12:41 +07:00
committed by Dat H. Pham
parent 9ef068af85
commit 88eeb42424
2 changed files with 4 additions and 4 deletions
@@ -931,7 +931,7 @@ class ComposerController extends BaseController
onCancelAction: () {
_sendButtonState = ButtonState.enabled;
}
);
).whenComplete(() => _sendButtonState = ButtonState.enabled);
return;
}
@@ -1094,7 +1094,7 @@ class ComposerController extends BaseController
_closeComposerAction(closeOverlays: true);
}
},
);
).whenComplete(() => _sendButtonState = ButtonState.enabled);
}
void _checkContactPermission() async {