TF-1679: Fix button close is hide

(cherry picked from commit 428f7fe45574b650465c8ea453014571496754a3)
This commit is contained in:
HuyNguyen
2023-04-05 02:19:12 +07:00
committed by Dat Vu
parent 3d788632c3
commit b19a85ac36
2 changed files with 25 additions and 2 deletions
@@ -49,7 +49,7 @@ class IdentitiesRadioListBuilder extends StatelessWidget {
_buildListIdentityView(context),
Container(height: 1, color: AppColor.attachmentFileBorderColor),
Obx(() {
if (controller.signatureSelected.value != null) {
if (controller.isShowHtmlSignature) {
return SignatureBuilder(controller.signatureSelected.value!);
} else {
return _buildLoadingView();