Hot fix missing signature when open composer on mobile web responsive
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -631,7 +631,9 @@ class ComposerController extends BaseController
|
|||||||
await setupListIdentities(arguments);
|
await setupListIdentities(arguments);
|
||||||
await setupEmailContent(arguments);
|
await setupEmailContent(arguments);
|
||||||
|
|
||||||
if (screenDisplayMode.value.isNotContentVisible()) {
|
if (screenDisplayMode.value.isNotContentVisible() &&
|
||||||
|
currentContext != null &&
|
||||||
|
responsiveUtils.isWebDesktop(currentContext!)) {
|
||||||
await setupSelectedIdentityWithoutApplySignature();
|
await setupSelectedIdentityWithoutApplySignature();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user