Hot fix missing signature when open composer on mobile web responsive

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-05-05 16:16:43 +07:00
committed by Dat H. Pham
parent 2d002e3067
commit 83c0fe3f19
@@ -631,7 +631,9 @@ class ComposerController extends BaseController
await setupListIdentities(arguments);
await setupEmailContent(arguments);
if (screenDisplayMode.value.isNotContentVisible()) {
if (screenDisplayMode.value.isNotContentVisible() &&
currentContext != null &&
responsiveUtils.isWebDesktop(currentContext!)) {
await setupSelectedIdentityWithoutApplySignature();
}
}