TF-1679: Fix button close is hide
(cherry picked from commit 428f7fe45574b650465c8ea453014571496754a3)
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user